App Store error: The binary you uploaded was invalid

安稳与你 提交于 2019-12-01 19:17:12

Make sure you're using a provisioning profile for the App Store (not for Ad Hoc distribution)

Then select this profile when building your app.

I'm not very familiar with MonoDevelop, but when this kind of thing happens with XCode cleaning out the whole build folder (i.e., manually deleting the files rather than just selecting "Clean" from the menu) and building entirely from scratch usually helps.

Best solution:

  1. Revoke Distribution Certificate
  2. Create new AppStore provisioning profile

This solved my problem. Spent 4hrs+ :( :)

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