iOS Push Configuration 2.x.x

Configuring Push in iOS

APNS Certificate

First, you will have to create an APNS certificate and upload to the dashboard to be able to send push notifications in iOS. Follow the steps below to do that :

*Follow the links on each step to complete it.

Push Registration

After this you will have to register for push notification in the App by using RegisterForPush method of the plugin as shown below:

c#
using MoEngage;
MoEngageClient.RegisterForPush();

App Target Settings

MoEngage plugin takes care of setting up the project while building it for the first time. But verify the Capability section has Push Notifications enabled along with AppGroups and Background Mode Settings as shown below:

info

Note

MoEngage plugin creates an app group for the app with format: group.<app bundle id>.moengage. Make sure the same is resolved with the Apple developer account here.

Notification Extensions

info

Note

This step is only required on first-time integration OR whenever you Replace the build. If you Build and Append hereafter, this step would not be required.

MoEngagePlugin adds MoENotificationServiceExtension and MoEPushTemplateExtension target for supporting Rich Push and Push delivery tracking. Verify the Capability section has Push Notifications enabled along with AppGroups as shown below:

1e20120-Screenshot_2020-07-06_at_03.09.01.png

Add MORichNotification framework

In MoENotificationServiceExtension and MoEPushTemplateExtension target, add MORichNotification framework to Frameworks and Libraries section from Pods folder as shown below:

warning

Warning

  • Minimum deployment target of MoENotificationServiceExtension and MoEPushTemplateExtension targets should be set to 10.0(or higher) and 12.0(or higher) respectively.
  • Push Templates is supported from Package [Version 1.1.0] and above.

dba3029-Screenshot_2020-07-06_at_03.09.14.png

c3740c8-ServiceExtensionTarget.png

Previous

Next

Was this article helpful?
0 out of 0 found this helpful

How can we improve this article?