Post

Replies

Boosts

Views

Activity

Sync for the first time the CloudKit data
My app backup the data to iCloud or sync with user device through the user iCloud account using NSPersistentCloudKitContainer privateDataBase. The main problem is, when user install the app I need to know if user has data in iCloud or not according this information, I let user to setup account or fetch the existing account, since it takes too long to fetch with local CoreData, I am trying to find a way to fetch directly from iCloud through CloudKit, since I am new in CloudKit, I don't know how to fetch data from CloudKit any help appreciate.
0
0
623
May ’22
I other any NSPersistentCloudKitContainer event notification exist for iOS 13?
for iOS 14+ there is notification to let you know that your data exported and imported and other events type. `` if let cloudEvent = notification.userInfo?[NSPersistentCloudKitContainer.eventNotificationUserInfoKey]             as? NSPersistentCloudKitContainer.Event }`` but to make compatibility my app with iOS 13, if there any event type exist like above for NSPersistentCloudKitContaine?
0
0
960
May ’22
Invoice Apple
We have received payment from apple, according to the EU we must send invoice to apple. I found this information: Use the following billing address: Apple Distribution International Limited Hollyhill Industrial Estate Hollyhill Cork, Ireland VAT: IE9700053D Send hard-copy invoices to: iTunes Invoicing Apple Operations Europe Apple Distribution International Limited Hollyhill Industrial Estate Hollyhill Cork, Ireland If in my invoice I write only this address : Use the following billing address: Apple Distribution International Limited Hollyhill Industrial Estate Hollyhill Cork, Ireland VAT: IE9700053D would be fine? and should I write in invoice the payment that I receive from apple? or the price that I sell in store? Thank you.
1
0
2.7k
Apr ’22
In-App Purchase in apple review gives error:SKErrorDomain with code 2
Hi, My app in-app purchase downloading from TestFlight or debug Xcode making purchase works correctly but it reject in apple review because during the test purchase didn’t work and occurred error:SKErrorDomain with code 2. This error in general appear when during the purchase user click Cancel. I have contacted apple board, they said that Your app does not comply with App Store Review Guideline 2.1. So how can i try in production since in TestFlight and debug it works? I really confused how to try solution for it?
2
0
1.4k
Jan ’22