Questions tagged [ckcontainer]

6 questions
2
votes
1 answer

Reset CKNotificationInfo badge value only for the current device

I'm testing with three iDevices. Device 1 fires CKSubscription change notification. Device 2 and 3 receives the notification and the badge number increases to 1. I coded to reset the badge number to 0 everytime app comes to foreground like below.(in…
Vincent Gigandet
  • 918
  • 10
  • 21
2
votes
1 answer

Can I transfer CloudKit data to a new Container?

I'm making a CloudKit app, and I'm faced with the choice of storing my data in the default container, accessible only by that app, or a custom container that can share data. For now I only need that app to access the data, so I would probably put my…
A Tyshka
  • 3,830
  • 7
  • 24
  • 46
1
vote
0 answers

How to improve CloudKit server latency when uploading data

I am having a hard time uploading data to my CloudKit container in a series of 'modify records' operations. I have an 'uploader' function in my app that can populate the CloudKit private database with a lot of user data. I batch the records into…
Z S
  • 7,039
  • 12
  • 53
  • 105
0
votes
0 answers

CloudKit Not Running As Expected for Storing Documents

My app allows a user to create a PLIST which contains an array of data. I want to have these files accessible on any device, so I have enabled CloudKit in the app, set up the capabilities and profiles and containers for everything, but am running…
user717452
  • 33
  • 14
  • 73
  • 149
0
votes
1 answer

How do I see data in CloudKit container for Apple ID account other than developer account?

I am working on an Xcode project for an iOS app that uses CloudKit. I am able to see the data in the CloudKit container in CloudKit Dashboard when I am logged in to the developer account that Xcode is logged into. When I log into CloudKit Dashboard…
daniel
  • 1,446
  • 3
  • 29
  • 65
0
votes
0 answers

return no longLived CKOperation

I created a CKOperation whose longLived was set "true". Turn on flight mode for my iPhone(iOS 9.3.5) kill app relaunch, and found no longLived operations [[CKContainer defaultContainer]…
anna
  • 662
  • 5
  • 28