iOS 8.1.3 - Enterprise Distribution - Application is missing the application-identifier entitlement

前端 未结 4 698
小鲜肉
小鲜肉 2021-02-14 07:08

I\'m having so much problems with Enterpsie Distribution on iOS 8.1.3. I managed to fix MOST of my installations which were giving this error:

Ignore manifest do         


        
4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-14 07:40

    As per the Technical Notes by Apple

    (your_app) failed to install Unable to download application, (your_app) could not be downloaded at this time. Application is missing the application-identifier entitlement Upgrade's application-identifier entitlement string ({Your New App ID Prefix}.com,YourApp.Bundle.ID) does not match installed application's application-identifier string (({Your Old App ID Prefix}.YourApp.Bundle.ID); rejecting upgrade.

    Installation Failure Errors

    So you need to conform to this.

提交回复
热议问题