CloudKit: Duplicate notifications for CKQuerySubscriptions

Hello,

I'm seeing issues with getting multiple duplicate notifications for the same CKRecord creation when a CKQuerySubscription has been created for them. I have tried to diagnose but don't see anyway I could be generating 10+ duplicates for a single record creation in the public database (also have users, in production, experiencing this same issue).

Note: The CKQuerySubscription is created for every new user when they enable notifications and looks only at one when a CKRecord is being created. It also doesn't set a specific subscription ID (not sure if this is the issue or not).

Thanks, Camden

Answered by camdenfullmer in 687089022

I started using the subscriptionID to ensure that I would not be creating duplicate subscriptions and this did not alleviate the issue either.

Accepted Answer

I started using the subscriptionID to ensure that I would not be creating duplicate subscriptions and this did not alleviate the issue either.

This is also a problem in my app.

CloudKit: Duplicate notifications for CKQuerySubscriptions
 
 
Q