Storing Data on iCloud
Hello!
I'm trying to develop a Unity game for iOS which has IAPs. I want to stick as close as possible to the APIs provided by Apple, and perhaps store sensitive data (i.e. number of consumables a player has) on the iCloud. This way, it can be retrieved when the user reinstalls the game. How can I go about this?
Please bear in mind that I want to utilize as much of iOS APIs as possible, and signing up and having my own game server is the last resort. I know similar questions have been posted in the past, but I can't find anything particular.
Thanks!
Your answer
Follow this Question
Related Questions
Best BaaS for storing IAP information 0 Answers
Unity iap ProcessPurchase behaves differently on ios and android 0 Answers
IAP Disabled and timestamp ERRORS 0 Answers
Integrating apple IAP 0 Answers