cksubscription Questions

2

Solved

I am building an app that needs to subscribe to record changes in the public database of iCloud. Now, after watching the apple video's and reading their documentation, I decided to get to work. How...
Northeastward asked 15/5, 2017 at 13:27

1

Solved

Currently I'm able to receive silent push using app delegate's didReceiveRemoteNotification method. That method is deprecated and according to this we're supposed to be switching to UNUserNotific...

3

If I try subscribe to CloudKit with this code: NSPredicate *truePredicate = [NSPredicate predicateWithValue:YES]; CKSubscription *itemSubscription = [[CKSubscription alloc] initWithRecordType:Re...
Bookbinder asked 29/9, 2014 at 5:10

1

I noticed that the docs mention that the newly introduced shared CloudKit databases do not support CKQuerySubscription (in earlier iOS versions these were called CKSubscription). So I guess that me...
Irons asked 14/8, 2016 at 19:27

1

Solved

I’m having an issue creating subscriptions in a public CloudKit database. The code works fine when saving the subscription for the first iCloud user but fails trying to save a slightly different su...
Merce asked 19/4, 2016 at 18:11

2

I've tried a number of things and can't seem to reset the badge count from notifications comings from cloudKit. Has anyone else ran into this problem. Here is what I've tried: 1) Set the badge cou...

0

I create a subscription for create and update. Creation always works perfect and I get push notifications from other devices. Update goes to iCloud, you can see them there, but push notifications a...

1

EDIT: Retested today 27.08.2015 and it works again, Apple has fixed it. I have an application in development mode. The application uses CKSubscription to get notified on changes on the server, con...
Semaphore asked 29/6, 2015 at 5:44

1

Solved

CKSubscription doc says: When a record modification causes a subscription to fire, the server sends push notifications to all devices with that subscription except for the one that made the origina...
Instauration asked 13/9, 2014 at 9:56

2

Solved

I want to set up a simple CKSubscription that notifies me a recordType was created, how?

1

I'm writing a small app that uses CloudKit. For some reason the app doesn't receive any notifications when there's a new record matching the query. Has anyone been able to get this feature to work?...
Ascomycete asked 16/6, 2014 at 17:12

1

So far I was unable to make subscriptions to work. (receive a push notification on my device, subscriptions appears to be created successfully) I have been playing with [CloudKitAtlas][1]. I did w...
Tedric asked 13/6, 2014 at 3:25
1

© 2022 - 2024 — McMap. All rights reserved.