NSUserDefaults sync?
I am developing an app with in-app-purchases. If the user did make a purchase on his iPhone, I would like to save some hash to NSUserDefaults. After syncing the user's iPhone, iPad and/or iPod with iTunes, I would like the purchased feature to be available on each device.
1) Does iTunes sync NSUserDefaults to all devices?
2) Is NSUserDefaults somehow connected to the users AppleID?
3) Would this be the right way for remembering en 'transfer' to multiple devices?
4) Is transferring some hash possible without using the In-App framework?
5) Is it possible to check the AppleID with which the app is purchased?
Thanks in advance!
|