ios - App validation error, CloudKit entitlements error -


i have made app cloudkit support, app works fine @ testing retrieves records icloud, , add new records. when archive app , click validate saw following error:

no matching provisioning profiles found applications/aplicationname.app none of valid provisioning profiles allowed specific entitlements: com.apple.developer.icloud-containers-identifiers, beta-reports-active, com.apple.developer.icloud-services.

i read following @ apple developer:

"before ship app, configure app using distribution workflow. in workflow, xcode lets choose 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."

i think it's solution, can't find way have this.

i found solution. went developers portal , @ provisioning profiles, created profile distribution, choose app problem, , generated profile. after profile created download it, , run it. after when check validate found missing profiles , validated app correctly.


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -