Estimated reading time: 1 min
In this article
URL server
As far as the URL server is concerned, you have two possibilities:
- Development server: api.sandbox.push.apple.com:443
- Production server: api.push.apple.com:443
Bundle Name
To find your app bundle name, go to the apple developper : developer.apple.com
Then once you are connected, go to “Identifiers”.
Search for your application, the bundle name is on the right of your application name (in the red square)
then click on the name of your application, then scroll down and check the “push notification” box.
Apple developper Certificate
Go to Keychain (if you have a mac the application is already installed). After opening the application, click on “keychain access” in the top left corner. Then, “certificate assistant” and “request a certificate from a Certificate autority”.
Fill in your user mail address and click on Saved to disk, this is important. Then, continue
A certificate will be downloaded, but it is not finished yet
Go back to the apple developper, and go to “Certificates”.
Click on the plus located to the right of “certificate”. And check the box “Apple push notification service SSL (Sandbox & Production). Then, click on continue.
Find the name of your application and select it. Then continue.
Then click on “choose a field” and select the previously downloaded certificate. Continue. Then click on “download”.
Once your file is downloaded, open it. Expand the file shown below and select the two, then export the two items.
This new file is not yet readable, you need to enter a command (the one below).
A new file will be created. This is the one you will have to enter in order to establish the connection with Wiresk.