I am having a .sqlite file which already generated from some other application. Now I want to include that .sqlite file into Xcode and want to use that data for my(another) IOS Application. In android We can do that specifying the db file path. How can I achieve that in IOS?
I am having a .sqlite file which already generated from some other application. Now
Share
In iOS you can’t use other apps data. Actually your app run in a snadbox and you can’t access anything outside that sandbox.