Disabling iCloud in phone settings

Hello,

When I disable iCloud in the general iPhone settings for an unreleased game that I am currently testing, it still receives data with iCloud.get(“xyz”). Is this normal behavior? Does this also happen with released apps? And how do I find out if the user has disabled iCloud in that case?

Best, Philipp

I still have no solution for this.

I would expect that

a ) iCloud.get(“abc”) returns nil

and

b ) iCloud.setKVSListener(iCloudListener) prints out anything.

But a) returns the same when iCloud is enabled or disabled, and b ) doesn’t fire any events at all.

I still have no idea how to find out if the user has enabled or disabled iCloud.

I would suggest tryint iCloud.identityToken()

Also, I was referring to this thread, You can try synchronize method, it is available in the plugin.

Thanks vlads, that works perfectly!