ios - Use production CloudKit during development? -
my ios , mac apps have been launched app store , of users, including myself, using cloudkit production database. question is, there way target production environment development builds? seems there no way target production environment outside of mac app store, , ios, ad hoc distribution can target production environment.
just add following entry entitlement file , perform clean build. allows run application in xcode cloudkit in production mode. important: remember remove entry before submitting app appstore review.
entry add: com.apple.developer.icloud-container-environment
Comments
Post a Comment