/
Extra Fields for iOS
Extra Fields for iOS
After receiving push notification, handle extra fields on your own.
func appoxee(_ appoxee: Appoxee, handledRemoteNotification pushNotification: APXPushNotification, andIdentifer actionIdentifier: String) {
if let firstTestKey = pushNotification.extraFields?["firstTestKey"] {
print(firstTestKey)
//do logic for firstTestKey
}
if let secondTestKey = pushNotification.extraFields?["secondTestKey"] {
print(secondTestKey)
//do logic for secondTestKey
}
}
Related content
Extra fields
Extra fields
More like this
iOS Receive Push Payload Details
iOS Receive Push Payload Details
More like this
Unity - Handling Extra Fields (Mapp Cloud)
Unity - Handling Extra Fields (Mapp Cloud)
More like this
Adobe Air - Handling Extra Fields (Mapp Cloud)
Adobe Air - Handling Extra Fields (Mapp Cloud)
More like this
Using Extra Fields with Android in Appoxee Standalone
Using Extra Fields with Android in Appoxee Standalone
More like this
Disable and re-enable Push Notifications for Appoxee Standalone
Disable and re-enable Push Notifications for Appoxee Standalone
More like this