These docs are for v1.0. Click to read the latest docs for v2.0.

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.

  1. After opening your Xcode project go to menu File > New > Target > Select Notification Service Extension.
  2. Click the Next button and fill in the Product Name, here in the example we are using SmartechNSE.
  3. Click the Finish button.
  4. Set the deployment target to a minimum of 10.0.
  5. 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.

  1. In your Xcode go to menu File > New > Target > Select Notification Content Extension.
  2. Click the Next button and fill in the Product Name, here in the example we are using SmartechNCE.
  3. Click the Finish button
  4. Set the deployment target to a minimum of 10.0.
  5. 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.