Not receiving CloudKit push notifications Not receiving CloudKit push notifications ios ios

Not receiving CloudKit push notifications


I am now receiving the notifications since Beta 3:

{    aps =     {    };    ck =     {        ce = 2;        cid = "iCloud.com.domain.App";        nid = "0b3ae470-d2c0-4f35-a817-12a899ee5964";        qry =         {            dbs = 2;            fo = 1;            rid = 88aee11ca88d4ecc45bf57c898b360c8e7e3d8bb;            zid = "_defaultZone";            zoid = "_defaultOwner";        };    };}

Also, there’s a shouldSendContentAvailable property on CKNotificationInfo that makes it possible to receive the notifications in background – which also appears to work now (as of Beta 4).