Hi,
I have a couple of questions relating to the iCloud plugin.
I’ve got it working nicely between 2 of my iOS devices with a simple example based on this tutorial - https://coronalabs.com/blog/2015/12/18/tutorial-implementing-icloud-key-value-storage/
I’m looking at porting one of our apps that currently uses a local sqlite database to store user progress and stats on a single device to use iCloud to share progress across devices. In terms of storing tabular data, am I best using Key-Value storage with Corona tables or is there a way of actually storing a sqlite table in the cloud?
Secondly, is there a way to test iCloud in the simulator. I get the error “WARNING: iCloud plugin would not work in Corona Simulator.”
Appreciate that iCloud needs you logged in with an Apple account to work but I wondered if there was any way that allowed me to link my Apple ID to my installation of the Corona simulator somehow so I could test. A pain having to install onto a device every time you want to test.
I’m using the latest daily build.
Thanks,
Ian