Appending Dataset in Core Data execution of Update through iTuneStore
- by Yoon Lee
So I have completed my code work.
This is first time releasing the app through iTuneStore.
Current state of reading Core Data (.sqlite) file is already prefetched (already has information like apple's 'Reciepie' program).
Assuming I have successfully released through apple store, and decide to update my application to existing users.
Say I have sqlite contents but it contains bit more information than previous SQLite file under same structure.
Question 1. Every time update held to the existing user, does it removes previous ones and move new updated application?
Question 2. if it is not, then HOW can I append the existing sql value?