Getting Started
The following steps are used to enable rich push notifications in your app.
Open the project in which you want to configure Smartech notifications.
Adding Notification Service Extension
Notification Service Extension is used to display media notifications like Image, Video, Audio and Gif.
- After opening your Xcode project go to menu File > New > Target > Select Notification Service Extension.
- Click the Next button and fill in the Product Name, here in the example we are using SmartechNSE.
- Click the Finish button.
- Set the deployment target to a minimum of 10.0.
- You need to create a different Bundle Identifier and provision profile for this extension. For example ‘com.CompanyName.ProductName.ProductNameServiceExtension’
You can refer the below video for detailed steps to add Notification Service Extension to your main app. If you are unable to view the video then you can download the steps in PDF format from here.
Adding Notification Content Extension
Notification Content Extension is used to display only carousel notification sent from Smartech.
- In your Xcode go to menu File > New > Target > Select Notification Content Extension.
- Click the Next button and fill in the Product Name, here in the example we are using SmartechNCE.
- Click the Finish button
- Set the deployment target to a minimum of 10.0.
- You need to create a different Bundle Identifier and provision profile for this extension. For example ‘com.CompanyName.ProductName.ProductNameContentExtension’
You can refer the below video for detailed steps to add Notification Content Extension to your main app. If you are unable to view the video then you can download the steps in PDF format from here.
Updated over 4 years ago