Testing CloudKit Share with Xcode

I cannot seem to open a share from an app using xcode. I keep getting an error tellign me I have wrong version, could not be found in the app store.


I'm assumign this means, in order to test an app, you must be in production schema, which I'm in, nowever, I need to test the app using XCode to fix a few issues.


Is there somethign I'm missing here?


If I have to submit to TestFlight, it would take forever to troubleshoot any issue, re-submit and try again.


Does anyone have an answer for thiis?


thanks,

Replies

You can test CKShares and all other CloudKit related stuff using the development environment. You need to declare in your entitlements file that you are using the development environment, not production (for both, iCloud AND APNS for push notifications).

I'm running into the same issue. I've enabled my entitlements for CloudKit and APNS, but where do you distinguish production vs development? I'm only in development mode at this time, I do not have a production worthy app yet.


XCode v. 10.2.1


Thanks in advance!