App Submission Error - Invalid binary - Invalid Code Signing Error

无人久伴 提交于 2019-12-01 14:50:42

问题


Invalid Code Signing Entitlements - Your application bundle's signature contains ubiquity code signing entitlements that are not supported.

Specifically, value "( X49XXXS5Q.* )" for key "com.apple.developer.ubiquity-container-identifiers" in is not supported.

The key happens to be my distribution id.


回答1:


Yes that is the correct answer! steps to correct:

Find you app id in the portal - dis-able the iCloud. Create a new provisioning profile download it delete the prior profile replace it with the new one re-compile and submit.




回答2:


Disable iCloud in the Provisioning Portal and generate a new "distribution" Provisioning Profile before submitting it again to Apple.




回答3:


It looks like you have a wildcard app id set for your application. This is not allowed for distribution of applications. You should set your application to a dedicated app id like:

X49XXXS5Q.this.is.my.app

instead of

X49XXXS5Q.*


来源:https://stackoverflow.com/questions/6269002/app-submission-error-invalid-binary-invalid-code-signing-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!