Skip to main content
Version: 1.45.x

Push Notification

Configure

Please, add P101XPPushNotificationEnabled to your Info.plist:

<key>P101XPPushNotificationEnabled</key>
<true/>

For enabling that feature, please, add to Signing & Capabilities item "Push Notifications" in XCode:

Usage

To receive data from push notifications, use the p101xpOnPushMessageReceived method:

- (void)p101xpOnPushMessageReceived:(P101XPMessage *)message;

P101XPMessage has getters:

messageId - the message ID

message - the text message