There are two types of certificate on the Apple Development Certificate page:
What is the difference?
IOS development: This signature certificate is called a development certificate to identify yourself.
APNs Development iOS: Establish a connection between your notification server and the Apple Push Notification sandbox environment.
iOS development certificate is the granting of development permissions (code signing) that provide your application with a test environment for specific devices.
while the APNS Certificate allows you to use the Apple Push notification service with this certificate. you can use the "Apple Push Notification Service" for more details on APNS, referring to this link http://www.raywenderlich.com/32960/apple-push-notification-services-in-ios-6-tutorial-part-1 This may help to understand APN.
iOS development certificate is used for testing and planning. APNS Certificate . This is used for the push notification service. APNS connects the remote server to the Apple server for push notifications.
Source: https://habr.com/ru/post/1497764/More articles:What do the shift parameters of the iMA () function mean? - mql4How to test mod_rewrite in PHP CGI - phpAn unexpected requirement in my config / application.rb is ruby-on-rails-3Fill as-you-type on the command line with python - pythonEnvironment variables in C # - c #Duplicate block in Twig - twigLess compiler does not update css file after updating LESS code - ruby-on-railsHow to compile a 2-dimensional comparison table in Angular JS - javascriptwhat is behind the code for "{StaticResource {dxgt: GridRowThemeKey ResourceKey = RowStyle}}" - stylesloadFromJSON () function loads objects filled with a template only after a Click event on a canvas - javascriptAll Articles