Is there a way for me to open the database of a test app in iPad? I have to manually insert data into it for some reason. So is there a way to do it?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes there is a way that you can open the database. The file location should be as follows:
home/Library/Application Support/iPhone Simulator/User/Applications/
Depending on how you want to view it I would recommend checking out either How to open a core data database? or How view data stored in Core Data?
Hope that helps!