CloudKit Console

RSS for tag

Monitor and manage the CloudKit database containers used by your apps.

Posts under CloudKit Console tag

92 Posts

Post

Replies

Boosts

Views

Activity

CloudKit Console: Containers do not appear
I am new to CloudKit - and my test on the Mac (Swift, M1, Monterey, XCode 14 Beta 4) which creates records appears to be working. However, when I log into the CloudKit Console, using the same account as the iCloud account my Mac is logged into, no containers appear. I have tried this several times over 2 days, and no containers appear in the console. The container I am using appears in iCloud storage (via System Preferences > iCloud > Manage), so it appears to be there on iCloud. Am I doing something wrong? What I want to do is query the data, which, I understand, you must use the Console to make it queryable. (It would be nice to be able to do this programmatically, but haven't found a way yet). Thank you.
1
2
1.4k
Aug ’22
postgreSQL 14.2
Dear Sir I just installed postgreSQL 14.2 on my MacBook Air but I have a problem with the app pgAdmin 4, I can't open it, it's error. This is the error message "The application cannot be opened for an unexpected reason, error=Error Domain=NSOSStatusErrorDomain Code=-10669 "(null)" UserInfo={_LSLine=3829, _LSFunction=_LSOpenStuffCallLocal}" I hope you can help me to fix that problem.
0
0
1.3k
Apr ’22
Problem giving admin user access
I have employed a developer and given him full admin rights. He tells me he can't continue because he doesn't have access to the developer console . He needs to "add inapp purchase support and then build and download the profile" I thought the whole point of giving someone admin permission is so they can do whatever they need to submit an app. I have an individual account
0
0
998
Feb ’22
Best Practice for Connecting to a SQL Database From iOS app
I couldn't find a related discussion on here that wasn't 5-8 years old, so I'm submitting it to the forum for help. :-) I need to connect to a SQL database, and read and write to the DB from my app. Since this is personal health data from a healthcare organization, I will need to implement a secure form of data transfer - point to point encryption, or whatever the best practice is for this. I can't find much on this topic. Many apps connect to hospital data, but I can't find how it is being done from iOS. Basically, how is this being done? what's the basic architecture, and lastly might there be a current tutorial on these topics? Thank you in advance! Not sure if the tag I chose is the correct one for this topic.
0
0
615
Nov ’21
CloudKit Console unresponsive
Over the past few days, my experience with CloudKit Console has been terribly frustrating... recurring http timeouts, 502 Bad Gateways, and - worst of all - I've got an app which is posting to CloudKit via CoreData and although it DOES sync the data between my devices - CKConsole fails to show ANY records in the specified database... (I've even gone so far as to check BOTH public and private databases, in EACH of the CK Containers associated with my AppleID - desperately hoping to find these records via CKConsole - but alas, no such luck.) Has anyone built an app (or MacOS application) which mirrors (and more importantly, improves upon) the functionality that is supposed to be available via CKConsole? Prior to making the switch to using CloudKit, I've previously used MySQL on a long list of non-iPhone applicaitons - and having access to a command-line interface to the SQL database has always been a very valuable part of my development process. Can anyone suggest ways to re-introduce that CLI type of rapid prototyping into a CloudKit project? Is there a CLI that speaks directly to CloudKit databases (both public and private)? Many thanks...
2
0
1.2k
Aug ’21
Error fetching subscriptions on CloudKit Console
I'm unable to fetch Subscriptions in both the Development and Production environments in the new CloudKit Console. Just shows the following message; Error fetching subscriptions. There was a problem with your request. Please try again later. Has anyone else got this problem or know of a fix? I really don't want to have to reset the container and delete all of my testers data in the hopes that it might fix the problem.
2
0
1.1k
Jun ’21
CloudKit Console: Containers do not appear
I am new to CloudKit - and my test on the Mac (Swift, M1, Monterey, XCode 14 Beta 4) which creates records appears to be working. However, when I log into the CloudKit Console, using the same account as the iCloud account my Mac is logged into, no containers appear. I have tried this several times over 2 days, and no containers appear in the console. The container I am using appears in iCloud storage (via System Preferences > iCloud > Manage), so it appears to be there on iCloud. Am I doing something wrong? What I want to do is query the data, which, I understand, you must use the Console to make it queryable. (It would be nice to be able to do this programmatically, but haven't found a way yet). Thank you.
Replies
1
Boosts
2
Views
1.4k
Activity
Aug ’22
[CloudKit Console] Crashes with 500 internal server error
I needed to verify something on the CloudKit console, but it is not working even though the system status says that it's operational: http://developer.apple.com/system-status/ Is anyone experiencing the same issue? I can't load the databases, zones nor saved queries.
Replies
1
Boosts
0
Views
1k
Activity
Apr ’22
postgreSQL 14.2
Dear Sir I just installed postgreSQL 14.2 on my MacBook Air but I have a problem with the app pgAdmin 4, I can't open it, it's error. This is the error message "The application cannot be opened for an unexpected reason, error=Error Domain=NSOSStatusErrorDomain Code=-10669 "(null)" UserInfo={_LSLine=3829, _LSFunction=_LSOpenStuffCallLocal}" I hope you can help me to fix that problem.
Replies
0
Boosts
0
Views
1.3k
Activity
Apr ’22
Problem giving admin user access
I have employed a developer and given him full admin rights. He tells me he can't continue because he doesn't have access to the developer console . He needs to "add inapp purchase support and then build and download the profile" I thought the whole point of giving someone admin permission is so they can do whatever they need to submit an app. I have an individual account
Replies
0
Boosts
0
Views
998
Activity
Feb ’22
CloudKit -No Containers
When I try to access the cloud database it says No Containers I have everything set up correctly. Everything in the pics below with the gray outline has the same exact identifier iCloud.com.myCo.myApp Entitlements: Xcode: developer.apple: I did a deep clean, closed Xcode, reopened it, deep clean again, build. Still No Containers. This is a paid account.
Replies
1
Boosts
0
Views
1.7k
Activity
Jan ’22
CloudKit container id ?
I have a container in CloudKit and learning how to type commands, it asks for the container id. Where can I find the CloudKit container id ? Kindly
Replies
2
Boosts
0
Views
1.1k
Activity
Dec ’21
[CloudKit Console] Crashes with 500 internal server error
I needed to verify something on the CloudKit console but it doesn't seem to be working even though the system status says that it's operational: http://developer.apple.com/system-status/ Is anyone experiencing the same issue? I can't load the databases, zones nor saved queries. For Apple folks, here's the feedback number: FB9756611
Replies
2
Boosts
0
Views
1.3k
Activity
Nov ’21
Best Practice for Connecting to a SQL Database From iOS app
I couldn't find a related discussion on here that wasn't 5-8 years old, so I'm submitting it to the forum for help. :-) I need to connect to a SQL database, and read and write to the DB from my app. Since this is personal health data from a healthcare organization, I will need to implement a secure form of data transfer - point to point encryption, or whatever the best practice is for this. I can't find much on this topic. Many apps connect to hospital data, but I can't find how it is being done from iOS. Basically, how is this being done? what's the basic architecture, and lastly might there be a current tutorial on these topics? Thank you in advance! Not sure if the tag I chose is the correct one for this topic.
Replies
0
Boosts
0
Views
615
Activity
Nov ’21
CloudKit Console unresponsive
Over the past few days, my experience with CloudKit Console has been terribly frustrating... recurring http timeouts, 502 Bad Gateways, and - worst of all - I've got an app which is posting to CloudKit via CoreData and although it DOES sync the data between my devices - CKConsole fails to show ANY records in the specified database... (I've even gone so far as to check BOTH public and private databases, in EACH of the CK Containers associated with my AppleID - desperately hoping to find these records via CKConsole - but alas, no such luck.) Has anyone built an app (or MacOS application) which mirrors (and more importantly, improves upon) the functionality that is supposed to be available via CKConsole? Prior to making the switch to using CloudKit, I've previously used MySQL on a long list of non-iPhone applicaitons - and having access to a command-line interface to the SQL database has always been a very valuable part of my development process. Can anyone suggest ways to re-introduce that CLI type of rapid prototyping into a CloudKit project? Is there a CLI that speaks directly to CloudKit databases (both public and private)? Many thanks...
Replies
2
Boosts
0
Views
1.2k
Activity
Aug ’21
Who can help fix my console?
I have 8 errors in my console and I don't know how to fix them.
Replies
1
Boosts
0
Views
467
Activity
Jul ’21
When I fetch records on CloudKit Console, it fails
The error message is: Field 'recordName' is not marked queryable So I manually add the 'recordName' field on my Record Type and edit index to add 'recordName' as queryable. After my tweak, it stills shows me that error message. Could you guys tell me how to fix it? Thank you.
Replies
5
Boosts
0
Views
2.1k
Activity
Jul ’21
Error fetching subscriptions on CloudKit Console
I'm unable to fetch Subscriptions in both the Development and Production environments in the new CloudKit Console. Just shows the following message; Error fetching subscriptions. There was a problem with your request. Please try again later. Has anyone else got this problem or know of a fix? I really don't want to have to reset the container and delete all of my testers data in the hopes that it might fix the problem.
Replies
2
Boosts
0
Views
1.1k
Activity
Jun ’21