I submitted my first iPad app to apple a few days ago. In the meantime the iPhone version of it is almost ready. I would like to use iCloud to synchronize the core data model between both apps. Is it possible to do this? As I wrote, these are two different applications (not a universal app) that use a core data store with the same structure: names, entities and attributes are the same. Is it possible to do this? Do I have to change anything in the core data model? I was thinking that if I have to do radical changes to it, it would be more convenient to remove the binary from iTunes Connect before it gets reviewed instead of having to do difficult migration changes afterwards. Any tips?
For a basic app with nonconsumable in-app purchases, has anyone figured out best practices for using SKPaymentQueue s restoreCompletedTransactions? Observations I know it s recommended to always ...