Push Notification IMPORTANT : Make sure you have created APNS certificate and uploaded it to MoEngage dashboard as mentioned in APNS Certificate/ PEM file before testing push notification. Adding Push Entitlement to your Project First select your app target, then go to Capabilities . Here enable the Push Notifications capability for your app as shown below : Uninstall Tracking We make use of silent pushes to track uninstalls. For tracking uninstalls of all the user, enable Remote Notification background mode in app capabilities for the same as shown below : NOTE: On enabling Remote Notification background mode, we will be able to track uninstalls even for devices where push notification is disabled by the user. Adding UserNotifications framework In iOS10 MoEngage SDK(3.0.0 and above) uses UserNotifications framework for handling Push Notifications. In the App's Target add...
Programming Tutorials For IOS and React Native