Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

apple service can not create 3 key service with apns

I am new in apple developer. I have problem when create apns key for my app ( there 2 key service before).

Here is my capture screen enter image description here

After a lot of searchs, I still dont know why? I read apple doc that say only using apn key to make ios app can get remote notification. Other key is not working. Please help me know it. Thanks.

like image 932
kemdo Avatar asked Dec 10 '17 04:12

kemdo


People also ask

How do I get my Apple APN authentication key?

[1] To begin, visit the Apple Developer Member Center and log in with your credentials. [2] Click Certificates, Identifiers & Profiles. [3] Click Keys then the “+” button in the top right corner to create a new key. [4] Enter a descriptive name for your APNS Auth Key, then select Apple Push Notification Service (APNs).

Can you have multiple Apple Push certificates?

Actually you can create only 2 apple push certificates for one App ID and no more. Apple developer center does not allow me to create more then two and same experience has my friend.

How do I use Apple push notifications for APN?

Use the location push type for notifications that request a user's location. If you set this push type, the apns-topic header field must use your app's bundle ID with . location-query appended to the end. For more information, see Creating a Location Push Service Extension.

What does APNs stand for Apple?

Apple Push Notification service (APNs) is a cloud service that allows approved third-party apps installed on Apple devices to send push notifications from a remote server to users over a secure connection.


Video Answer


1 Answers

Check your past keys, as mentioned here (click on "Read the Guides", then "Push Notifications"):

The Key Id and Certificate File is obtained by creating a new key.
Enter a name for the key and select the APNs service.
This key is used for all your apps, so if “You have already reached the maximum allowed number of Keys for this service” look back at your list of your keys for an APNs service key.
When the key is generated, make sure to download and back up the certificate file as it will not be accessible in the future.

Maybe you can check in your list of keys for the APNs service keys, and or try to delete/recreate said keys.

like image 114
VonC Avatar answered Oct 10 '22 00:10

VonC