I have an iOS application that is seeded with data 1.json in the /resource folder. At runtime, i want to replace 1.json and save it in /resource folder again. I'm new to iOS app development, is this possible or do I have to save it to document folder?
Asked
Active
Viewed 49 times
0
-
The application's bundle is readonly. – Phillip Mills Jan 17 '17 at 18:49