distribution profile not displaying while posting app on appstore?

时光总嘲笑我的痴心妄想 提交于 2019-12-11 16:51:29

问题


i have successfully created provisioning and distribution certificates and ready to upload my app. but, while posting i can't access to select the distribution profile?


回答1:


@NeerajNeeru:

Firstly, Make sure that you download a new copy of distribution provisioning profile for App Store from the account you want to submit the application with and install the same profile by double clicking it. Once you do that select it under your Project Settings and Target Settings under the Release section.

Secondly, Make sure you have selected Release to be run under Archive under Manage Schemes before you build for archiving and archive the app.

Once you select Release under Archive in Manage Schemes, make sure you do Product -> Clean your application and then do Product -> Build For Archiving and then Product -> Archive.

EDIT:

Refer to this: Xcode 4.3: Codesign operation failed (Check that the identity you selected is valid)

Let me know if you need more help

Hope this helps.




回答2:


i think you have not opened the downloaded profile, download the profile from developer.apple.com and doble click it. it will be able to select now, and re assign profile in your project and target files even they have already selected.



来源:https://stackoverflow.com/questions/10482019/distribution-profile-not-displaying-while-posting-app-on-appstore

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