What is the difference between development and production SSL certificates in iOS?

前端 未结 2 934
天涯浪人
天涯浪人 2021-02-05 14:35

This is maybe a strange question but it is really confusing me. Why do we have to create a development and a production SSL certificate for push notifications in iOS? What is th

2条回答
  •  北荒
    北荒 (楼主)
    2021-02-05 15:14

    If you are testing a push notifications in your app that time you easily check through debugging mode for this purpose you need Development SSL certificate. If you uploaded the app into App Store that time you need to add Production SSL certificate (for live app push notifications purpose you want to add production SSl).

提交回复
热议问题