iOS development of the certificate is a very headache, but the practice and view of the material, is now basically mastered, summarized as follows:
Certificate configuration certificate App ID authorization file certificate after configuration can be used consecutively but one thing is that if you change a computer to pack an IPA, you have to re-create the certificate because the certificate file downloaded on someone else's computer does not have a keychain to publish, but AppID has to use the original package to make it. Push certificate If you use someone else's computer to export the P12 file on the server, we do not need to make a push certificate directly with the original but pay attention to the same AppID release and test certificate configuration steps are basically the same
As explained above, I can understand the logic, but for others to see the words may be confused, so you can refer to the following blog:
1>http://blog.csdn.net/niejiafa_131/article/details/44680011
2>http://blog.csdn.net/niejiafa_131/article/details/44852001
3>http://blog.csdn.net/niejiafa_131/article/details/43482457
After reading should be able to the certificate this piece has a preliminary grasp of
iOS certificate configuration, some summary of package upload