NSUbiquitousKeyValueStore.didChangeExternallyNotification fires also when change is done on device itself

Viewed 11

My app worked fine until iOS 16.0.

When I write to iCloud: NSUbiquitousKeyValueStore then the didChangeExternallyNotification notification is triggered also on the device I wrote to iCloud. So it did not change externally but internally. Therefore my app runs into a loop ;-(

Does anyone have the same issue?

0 Answers
Related