You can either use a APNS Provider Certificate or APNS Authentication Key to configure iOS push notification in Castled.
APNS Authentication Key is the recommended method for sending push
notfication to your apps running on iOS devices. It use token based
authentication and is faster than the certificate based one. This doc has
instructions on how to generate an Authentication Key
To generate the certificate and the private key you can follow the instructions provided in the apple docsOnce you save the configs in Castled, you will get an instance-id which will be later used while integrating the SDK with your app.
Assistant
Responses are generated using AI and may contain mistakes.