I have a 'light'/'free' application and a full version of this app.
I want to make sure that if a user has the free version and purchases the full version,
then they will get a message asking if they want to merge the state of the free app into the full one.

Can this be done using iCloud?

link|improve this question

70% accept rate
feedback

1 Answer

up vote 2 down vote accepted

This requires that both applications use the same Team ID. As long as they are setup with this same Team ID in the entitlements, they can share content.

http://developer.apple.com/library/ios/#documentation/Miscellaneous/Reference/EntitlementKeyReference/EnablingiCloud/EnablingiCloud.html#//apple_ref/doc/uid/TP40011195-CH2-SW1

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.