Bundle Identifier and push certificate… aps-environment entitlement error

前端 未结 19 2519
滥情空心
滥情空心 2020-11-29 17:38

I\'ve read Where does xcode take application's Identifier from? , XCode bundle identifier formatting from {PRODUCT_NAME} , and loads more but...

I\'m trying to g

19条回答
  •  再見小時候
    2020-11-29 18:02

    I had the same problem. For me the fix was like this:

    1. Removed and reloaded the provisioning profiles from the organizer.
    2. Selected my named provisioning profile under project settings->code signing. Somehow it wanted to use the blabla.* identity.

    The wildcard profile ([prefix].*) won't do when your trying to run a APN enabled application, you need to specify the APN enabled profile.

提交回复
热议问题