What type of certificate do you need in iOS?

最后都变了- 提交于 2019-12-12 12:05:26

问题


I am new in iOS development & I have couple of common questions about the certification of developer.apple. I want to create a certificate for my MAC (from where I will develop my applications using xcode 5) from my newly created developer.apple account. I followed some of tutorials about it, but all of them are in OLD INTERFACE. They have less option in the time of creating certificate. But, now when i go to my account, I see some more option then the tutorials. I don't have enough knowledge about iOS certification. So, after clicking "+" button, in "certificates" section (from left panel), I find these options :

Now, if I want to create a certificate for both "Development & Production" I think I should select "iOS App Development" from "Development" section & go through it and as well as "App Store and Ad Hoc" from "Production" section. But my question is, if my application is about push notification & I select these two option for creating certificate, is these two certificate allow that??

If any one can describe about the other options besides these two (when should I select those at the time of making certificates), that will be more appreciable.


回答1:


Very nice tutorial, explained everything you need.

You can create certificate using "iOS App Development" but you need to enable the push notification services while creating the APP ID and also need to generate the push notification SSL certificate. You can create push notification SSL from either way, it is same. You can read the Apple's Documentation here, for more understanding : https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/ProvisioningDevelopment.html#//apple_ref/doc/uid/TP40008194-CH104-SW1




回答2:


About the first option "Development", you have two options because you have to create 2 different certificates if you want to handle push notification. This tutorial using the API Urban Air Ship explain everything about the certificate for push notification : Urban Air Ship iOS Certificate

It is the same mechanisms for the production, it's why there is still 2 certificates needed.



来源:https://stackoverflow.com/questions/20262067/what-type-of-certificate-do-you-need-in-ios

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