what is apple iOS develop certificate and APNs Development iOS
Asked Answered
F

3

11

In Apple development certificate page there are 2 types of certificate:

  1. iOS development
  2. APNs Development iOS

What is the difference?

Frivol answered 19/8, 2013 at 9:26 Comment(0)
E
8

iOS development : this type of signing certificate called a development certificate to identify yourself,

APNs Development iOS:Establish connectivity between your notification server and the Apple Push Notification service sandbox environment.

Enhance answered 19/8, 2013 at 10:44 Comment(0)
S
7

iOS development certificate is that provide you development authority (code signing) that provide your application to testing environment for specific devices.

while APNS certificate allow the "Apple Push notification service " using this certificate. you can able to use "Apple Push notification service " for more detail of APNS refer this link http://www.raywenderlich.com/32960/apple-push-notification-services-in-ios-6-tutorial-part-1 this may help to understand about APNs.

Strapping answered 19/8, 2013 at 10:41 Comment(0)
I
0

iOS development certificate is used for testing and deburing purpose. APNS certificate This is used for the push notification service. APNS communicate remote server to apple server for push notifications.

Ichinomiya answered 2/1, 2018 at 13:26 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.