Error in getting provisioning certificate for iOS development

帅比萌擦擦* 提交于 2019-12-12 05:06:10

问题


I want to test my iOS application on iPad. For this I have created developer certificate,App ID and Device ID on Apple Portal. After that I have created Provisioning profile on portal.It is activated and I can see download button. When I click on download it is giving me error of Failed Download.

Note that for signing and creating .csr I have used Marmalade signing tool as I am developing applicaton using Marmalade. Also I am using Windows 7 for development.

Please let me know what can be issue.

Regards, Premal


回答1:


It is a pretty old question, but another developer might fall in the same error. The basic steps you need are:

  • generating a .csr file, using Marmalade Code Sign Request tool
  • Inside Apple developer panel, create two certificates (.cer): One for development, one for distribution
  • register your iOS device with its UDID in the Apple Developer panel
  • Also in Apple Developer panel, create two provisioning profiles (.mobileprovision): One for development, one for distribution, associated to your certificate (.cer), and your devices (UDID).
  • Inside Marmalade's .mkb file, include the recently created .mobileprovision like this:

    iphone-provisioning-profile='data/myprofile.mobileprovision'
    

Hope it helps!




回答2:


Maybe it is a browser issue? Just in case, check out this tutorial which walks you through the complete iOS signing and deployment using Marmalade http://www.drmop.com/index.php/2011/12/10/marmalade-sdk-tutorial-apple-iphone-and-ipad-deployment-and-submissions/. If you follow this then you should have no problems.



来源:https://stackoverflow.com/questions/9816517/error-in-getting-provisioning-certificate-for-ios-development

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