0

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?

Guillaume Algis
  • 10,705
  • 6
  • 44
  • 72
QTB
  • 49
  • 1
  • 7

1 Answers1

0

No, It is not possible. You bundle is read only.

Vignesh
  • 10,205
  • 2
  • 35
  • 73