iphone - cloudkit data does not show up in submited app iOS 8.1 -
iphone - cloudkit data does not show up in submited app iOS 8.1 -
here's deal. app using defualt public cloudkit container provide images. app works on iphone , different simulators on ios 8.0. submited app , it's on app store cloudkit functionality not work on app downloaded app store.
is there should have done within code or setting? here xcode setting.
ok found wrong. set here other people. need deploy development environment production environment in cloudkit dashboard.
the development , production environments
cloudkit provides separate development , production environments record types , data. development environment more flexible environment available members of development team. when app adds new field record , saves record in development environment, server updates schema info automatically. can utilize feature create changes schema during development, saves time. 1 caveat after add together field record, info type associated field cannot changed programmatically. alter field’s type, must delete field in cloudkit dashboard , add together 1 time again new type.
prior deploying app, migrate schema , info production environment using cloudkit dashboard. when running against production environment, server prevents app changing schema programmatically. can still create changes cloudkit dashboard attempts add together fields record in production environment result in errors.
note: ios simulator works development environment. when ready test app in production environment, device. during development, xcode automatically points app development environment. before ship app, configure app using distribution workflow. in workflow, xcode lets take whether want target development or production environment , adds com.apple.developer.icloud-container-environment entitlement app value selected. prior shipping, sure configure app production environment. apps target development environment rejected app store.
ios iphone icloud cloudkit
Comments
Post a Comment