ibm-bluemix-mobile-services/bms-clientsdk-cordova-plugin-push

Push Notification URL is not passed through the cordova bridge for iOS

Closed this issue · 0 comments

Found by http://stackoverflow.com/questions/39371931/getting-url-tag-value-from-bluemix-push-notification

Answer:
add notif["url"] = notification?.valueForKey("url") inside the func didReceiveRemoteNotification(notification: NSDictionary?) {}