To send push notifications from Exponea, you will need to create an Apple Push Notification service key and add it to the Exponea web app.
-
Open your Apple developer console, navigate to
Certificates, Identifiers & Profiles
, and openKeys
. -
Confirm the creation of the key. To configure Exponea, you'll need the downloaded
p8 file
,Team id
located in the top right corner, andKey Id
. Mark these down, and you are done with the configuration on the Apple side.
-
Open your Exponea web application and navigate to
Project Settings
. -
Go to
Channels
and selectPush notifications
. Scroll down to Apple push notifications and fill in the details.ES256 Private Key
is the p8 file you downloaded from the Apple developer portal. Open it as a text file and copy-paste the contents.
Exponea web application is now set up to send push notifications to your application. Once you finish push notification setup, try sending push notifications.