99- [x] Run any sql query on the given database to update and delete your data.
1010- [x] Directly edit the database values.
1111- [x] Directly add a row in the database.
12- - [x] Delete database rows and shared preferences .
12+ - [x] Delete database rows.
1313- [x] Search in your data.
1414- [x] Sort data.
1515- [x] Download database.
2222To integrate YYDebugDatabase into your Xcode project using CocoaPods, specify it in your ` Podfile ` :
2323
2424``` ruby
25- pod ' AFNetworking ' , ' ~> 3.0 '
25+ pod ' YYDebugDatabase '
2626```
2727#### Not build in Release
2828
2929First, add configurations in Podfile.
3030
3131``` ruby
32- pod ' GodEye ' , ' ~> 1.0.0 ' , :configurations => [' Debug' ]
32+ pod ' YYDebugDatabase ' , :configurations => [' Debug' ]
3333```
3434
3535
@@ -47,7 +47,7 @@ import at AppDelegate.m:
4747#import YYDebugDatabaseManager.h
4848```
4949
50- making GodEye at ` application:didFinishLaunchingWithOptions ` :
50+ making one line code at ` application:didFinishLaunchingWithOptions ` :
5151
5252``` ruby
5353[[DebugDatabaseManager shared] startServerOnPort: 9002 ];
@@ -60,9 +60,7 @@ making GodEye at `application:didFinishLaunchingWithOptions`:
6060#end
6161```
6262
63- That’s all, just start the application, you will see in the logcat an entry like follows :
64-
65- * D/DebugDB: Open http://XXX.XXX.X.XXX:9002 in your browser
63+ That’s all, just start the application :
6664
6765Now open the provided link in your browser, and you will see like this:
6866
@@ -78,8 +76,9 @@ delete:
7876
7977
8078Important:
81- - Your Android phone and laptop should be connected to the same Network (Wifi or LAN).
82- - If you use Simulator you can use address: http://127.0.0.1:9002
79+ - Your iPhone and laptop should be connected to the same Network (Wifi or LAN).
80+ - the host of you link address is the iPhone's net address.
81+ - If you use Simulator you can use address: http://127.0.0.1:9002 .
8382- the port must be same as you write in Appdelegate.m
8483
8584### License
0 commit comments