iOS Push Icon

Requirements:

  1. Minimum SDK Version: The application must be running on SDK Version 3.19.0 or later.

  2. Media Push Integration: Media push integration must also be implemented. Please see our documentation on Media Push.

When Custom Push is Turned Off:

If a default notification icon is provided and custom push icon is turned off, the default icon from the Developer App Info will be used.

Step 1. Update iOS SDK Version

To ensure compatibility and access to the latest features, update the iOS SDK version to the latest release.

Step 2. Add Communication Notification Capability

Integrate the Communication Notification capability into your project.

Step 3. Configure Info.plist

Add NSUserActivityTypes with InSendMessageIntent as item 0 to the Info.plist of the main project.

Step 4. Include Visuals in Service Extension

Enhance your Service Extension by adding visual elements.

Step 5. Push Icon Configuration

For specifying the Push icon file name, navigate to Netmera Panel > Developer > App Info > iOS Push Style and use the "Default Notification Icon" field.

Creating a Push with Custom Push Icon Selection

When creating a push, you can now choose the desired image as a logo. In the "What" step, use the Custom Push Icon bar for this selection.

When Custom Push is Turned Off:

If a default notification icon is provided and custom push icon is turned off, the default icon from the Developer App Info will be used.

Last updated