0
votes
1answer
64 views

Core Data versioning still loading old mom file

I have problem with versioning Core Data. I added a new entity Event and followed all the steps for versioning. I have a folder Model.momd containing Model.mom, Model2.mom and Model2.omo and the ...
0
votes
1answer
483 views

Core Data Versioning

I am having a problem trying to get a project with Core Data to do versioning. When I try and view the version comparison pane, xcode throws an error "Document is not under source control". If I try ...
1
vote
0answers
54 views

Updating application based on server response

I would like to have my iOS application to check whether or not its server requests are going through, in order to register the number of users in a database based on which version of the API they're ...
0
votes
0answers
12 views

DataModel versioning and migration

I've updated my app and uploaded it to the appstore. It went through review without any problems. The thing is, when someone downloads the app theres no problem, but as soon as someone got the ...
0
votes
0answers
75 views

iPhone app versioning sqlite database

I have made an iPhone app that uses a sqlite table. There is quite a lot of data in here, a table with items and also a table with favorites. When I'm updating some database records, and rebuild the ...