Is there a way to check if the user has iCloud enabled?
I want to use the KVS iCloud methods and if they don’t have iCloud enabled I need another method to retrieve settings across devices.
Thanks.
Is there a way to check if the user has iCloud enabled?
I want to use the KVS iCloud methods and if they don’t have iCloud enabled I need another method to retrieve settings across devices.
Thanks.
Hi @staytoooned,
How about using the “setKVSListener()” function and then checking the “isError” property of the “iCloudKVSEvent” event that is triggered?
https://docs.coronalabs.com/plugin/iCloud/setKVSListener.html
https://docs.coronalabs.com/plugin/iCloud/event/iCloudKVSEvent/index.html
Brent
Hi @staytoooned,
How about using the “setKVSListener()” function and then checking the “isError” property of the “iCloudKVSEvent” event that is triggered?
https://docs.coronalabs.com/plugin/iCloud/setKVSListener.html
https://docs.coronalabs.com/plugin/iCloud/event/iCloudKVSEvent/index.html
Brent