/
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
}
}
, multiple selections available,
Related content
Mapp Cloud iOS SDK Documentation
Mapp Cloud iOS SDK Documentation
More like this
Release Notes for Mapp Cloud iOS SDK
Release Notes for Mapp Cloud iOS SDK
More like this
Firebase Cloud Messaging Support for Mapp Cloud Mobile Integration (DEPRECATED)
Firebase Cloud Messaging Support for Mapp Cloud Mobile Integration (DEPRECATED)
More like this
SDK FAQ's
SDK FAQ's
More like this
Mapp Cloud Mobile Integration
Mapp Cloud Mobile Integration
More like this
Release Notes for Mapp Cloud Android SDK
Release Notes for Mapp Cloud Android SDK
More like this