ios - Issue AppSubmit None of valid provisioning profiles allowed the specified entitlements Watchkit -
i have 2 days around trying solve problem. when try submit app, have 2 issues
no matching provisioning profiles found "applications/myapp.app none of valid provisioning profiles allowed specified entitlements: beta-reports-active, com.apple.security.application-groups.
and same in watchkit extension.appex
the bundles com.mycompany.myapp
, com.mycompany.myapp.watchkitapp
the app-group active in app , apple watch app group.com.mycompany.myapp
in .entitlements com.apple.security.application-groups
have item 0 app group
any idea problem?
this problem looks similar question.
no matching provisioning profiles found watchkit extension when submitting app store
and question:
submit watchkit provisioning error
i had same problem. here solution worked me.
technical q&a qa1830 beta-reports-active entitlement q: how resolve "beta-reports-active" code signing error? https://developer.apple.com/library/ios/qa/qa1830/_index.html
i had regenerate "distribution" provisioning profile using submit entire app, before included watchkit extension. specifically, these steps fixed problem:
i logged onto developer.apple.com, selected "certificates, identifiers & profiles".
- on certs ids & profiles website > provisioning profiles page, click app store profile.
- click 'edit'
- click 'generate'
Comments
Post a Comment