I am saving my iOS application data to the temporary folder location. While upgrading my application, these data are getting deleted. But I need these data to be available for the next version as well. Is there any possibility of doing so. Please help me in resolving this. Thanks in advance.
Asked
Active
Viewed 179 times
0
-
Why are you using the temporary folder when the data is not temporary? – CL. Aug 05 '14 at 10:09
-
Thanks for your response. This functionality was developed earlier. At that time, it seems like those data were not necessary. But now we need those data mandatorily. – Karthikeyan P Aug 05 '14 at 10:12
-
Er, don't use the temp folder? – CL. Aug 05 '14 at 10:55
-
It data is not temporary, then use Documents folder instead of Temporary. Files stored in Documents folder will not delete when upgrade your application. You just need to change your path where you save you files. – Surjeet Singh Aug 05 '14 at 11:31