1

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?

1 Answer 1

1

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.

Sign up to request clarification or add additional context in comments.

1 Comment

@Bharath welcome to SO.. when you think an answer is correct you should accept it by press the check mark. If you think an answer is helpful to you should upvote it by pressing the up arrow.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.