Post

Replies

Boosts

Views

Activity

CKError - Service Unavailable (6/2022)
We have enabled CloudKit in our project. It uses a  private database and can have n number of records in database.  We sometimes get this error:  “CKError(_nsError: <CKError 0x608000846ff0: "Service Unavailable" (6/2022); "Request failed with http status code 503">)” This problem only occurs when we fetch a large number of records. We use batch operations for fetching records. This error msg doesn’t get received until we download about 8k records but after that it kind of throttles us down. We also get “CKErrorRetryAfterKey” key in infoDictionary along with above error. And when we try after that specific time, it downloads the next batch and throttles us again. Is there a limit on how many records or how much data we can fetch during a  specific time period? Is there a way to avoid this error message?
0
0
713
Jun ’21
MFMailCompose Compatibility with third party mail clients
In iOS 14, a user can set a default mail client to some other mail client (Gmail, Outlook, etc.).  But The MFMailComposeViewController class doesn’t work with these third party mail clients. It sends an email through the Apple Mail app and not the other third party mail apps that are set as the default mail client. Is there a way to configure MFMailComposeViewController to work with third party mail apps?
1
0
2.1k
Jun ’21
CKError - Service Unavailable (6/2022)
We have enabled CloudKit in our project. It uses a  private database and can have n number of records in database.  We sometimes get this error:  “CKError(_nsError: <CKError 0x608000846ff0: "Service Unavailable" (6/2022); "Request failed with http status code 503">)” This problem only occurs when we fetch a large number of records. We use batch operations for fetching records. This error msg doesn’t get received until we download about 8k records but after that it kind of throttles us down. We also get “CKErrorRetryAfterKey” key in infoDictionary along with above error. And when we try after that specific time, it downloads the next batch and throttles us again. Is there a limit on how many records or how much data we can fetch during a  specific time period? Is there a way to avoid this error message?
Replies
0
Boosts
0
Views
713
Activity
Jun ’21
MFMailCompose Compatibility with third party mail clients
In iOS 14, a user can set a default mail client to some other mail client (Gmail, Outlook, etc.).  But The MFMailComposeViewController class doesn’t work with these third party mail clients. It sends an email through the Apple Mail app and not the other third party mail apps that are set as the default mail client. Is there a way to configure MFMailComposeViewController to work with third party mail apps?
Replies
1
Boosts
0
Views
2.1k
Activity
Jun ’21
Issue with Mail composing in mac catalyst(mac optimized idiom)
Has anyone faced any issue with MFMailComposer in catalyst (mac optimized) when attaching a document? It kind of generates a pseudo copy of the attachment. This copy is not visible in composer(viewcontroller) but after sending the mail, when you open Mail App it's visible there along with the original attachment.
Replies
1
Boosts
0
Views
843
Activity
Dec ’22