ios - Provisioning profile does not match bundle identifier -
i have run in iphone ok, seek build , upload, error, how can prepare it, thanks!
code sign error: provisioning profile not match bundle identifier: provisioning profile specified in build settings (“pickey distribution”) has appid of “com.kkapps.pickey” not match bundle identifier “com.kkapps.pickey.mykeyboard”.
codesign error: code signing required product type 'app extension' in sdk 'ios 8.0'
at creation of provisioning profile on developer portal have provided app id com.kkapps.pickey
your bundle identifier has strictly identical 1 provided provisioning profile, no additions after .mykeyboard
two solutions you
1. in case, explicit app id : alter app bundle identifier com.kkapps.pickey
match provisioning profile app id
2. utilize create new app id com.kkapps.pickey.*
, alter provisioning profile link (or create new one). * wildcard allowing match multiple apps
with solution 2 able create apps bundle identifier starting com.kkapps.pickey.
for exemple com.kkapps.pickey.mykeyboard
, or com.kkapps.pickey.mysuperapplication
apple's explanations app ids
explicit app id (example: com.domainname.appname)
if plan incorporate app services such game center, in-app purchase, info protection, , icloud, or want provisioning profile unique single app, must register explicit app id app.
to create explicit app id, come in unique string in bundle id field. string should match bundle id of app.
wildcard app id (example: com.domainname.*)
this allows utilize single app id match multiple apps. create wildcard app id, come in asterisk (*) lastly digit in bundle id field.
ios bundle identifier provisioning
No comments:
Post a Comment