xcode 8 push notification capabilities and entitlements file setting

前端 未结 3 659
眼角桃花
眼角桃花 2020-12-12 16:14

when using xcode 8 doing the push notification setting, unlike xcode 7, xcode 8 need developer turn on push notifications capabilities

3条回答
  •  遥遥无期
    2020-12-12 16:46

    I was struggling with that today in Xcode 8 GM. After disabling the setting, deleting my developer portal provisioning profile and regenerating it and enabling the setting again, I was able to eliminate the warning in Xcode. Keep in mind that I didn't fiddle with the entitlements file. I left it at development environment and after archiving I got the correct aps-environment setting (production).

    Seems Xcode is stilly very buggy tho even in GM

提交回复
热议问题