Using Media Push
This SDK is developed using the Swift programming language. Unlike our existing iOS SDK, we provide integration support with Swift Package Manager (SPM). You can take advantage of Swift's expressive and intuitive nature, enabling you to create sophisticated applications with ease.
Create a new Notification Service Extension to your application. In order to do that, follow these steps:
On Xcode click File > New > Target. Choose
Notification Service Extension
Choose
Notification Service Extension
After you selected Notification Service Extension new class named NotificationService will be created. It should be extended from MyNetmeraNotificationServiceExtension class. Your NotificationService class should look like the following:
Integrating Netmera Notification Service Extension Using CocoaPods
If you've integrated using CocoaPods, in your pod file, add NetmeraNotificationServiceExtension
and install to your extension target like this.
After creating the
Netmera-Config.plist
, you need to select all three targets in the Target Membership section on the right side.
Under your Service Extension, you should select both the main project and the service extension in the Target Membership section for Notification Service.
If you want to allow your application to receive http media contents:
Click Info.plist under NotificationService Extension
Add App Transport Security Settings
Under App Transport Security Settings add Allow Arbitrary Loads and set it YES.
Last updated