Xcode 8 APS Environment Entitlement won't set to production

后端 未结 4 887
清酒与你
清酒与你 2020-12-25 10:51

I have push notifications working on my app.
I went to go submit a new app update and I ran into an error with APS environment not being set.
I hit fix issue and it c

4条回答
  •  無奈伤痛
    2020-12-25 11:11

    After trying all the answers in stack over flow found out the problem is in entitlement.plist file can be debugged flag was set to TRUE.

    1. Try to disable and re-enable push notifications in Xcode target capabilities.
    2. Can be debugged flag should be set to NO to submit it to AppStore.

    Build and archive. You should be able to see environment set to production.

提交回复
热议问题