Problem generating APN SSL certificate after submitting to apple store

孤街浪徒 提交于 2019-12-31 04:02:41

问题


I'm having trouble getting Apple to generate an APN SSL certificate for my app ID. I've submitted the application to the Apple store, and it is pending review.

I tested the application using an Ad Hoc app ID "${bundle_id}.adHoc" and everything went fine. I submitted to the Apple store with app ID "${bundle_id}.release".

Now I want to generate my production APN SSL certificate for use with my release application ID - but the developer portal doesn't want to. When I upload my certificate request, it sits for about a minute before telling me:

"We are not able to generate your Profile at this time. Please try again later or try using the Provisioning Portal"

Is it impossible to generate your certificate while the application is under review or something? Should I have generated it prior to submission?


回答1:


The problem was indeed that I was trying to enable for push while the app was in review. Once the app was approved, I was able to get my push certificate. However, apparently you MUST enable for push BEFORE you generate your distribution provisioning profile, otherwise your app will not actually be able to register with the APN server when it is downloaded from the store.



来源:https://stackoverflow.com/questions/2585667/problem-generating-apn-ssl-certificate-after-submitting-to-apple-store

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