Reputation: 84
I have the problem that CloudKit notifications are not delivered to all devices when my app was started on the device. However, everything works fine if the app has been started from XCode.
In specific:
Would be glad to receive any hint notifications ;-) Udo
Upvotes: 0
Views: 180
Reputation: 911
I got this to work for me by enabling background Remote notifications and Background fetch in the Capabilities / Background Modes area in Xcode. Now my app can receive CloudKit notifications while not running from Xcode.
Upvotes: 0