How to get the last PUSH MESSAGE coming from Remote Notification?
I try getting from the UIApplicationLaunchOptionsRemoteNotificationKey but not work, the APP Crash
Dim ln As Notification = App.LaunchOptions.Get("UIApplicationLaunchOptionsRemoteNotificationKey")
Something have an idea how I can start APP from remote notification AND GET the last message?
I try getting from the UIApplicationLaunchOptionsRemoteNotificationKey but not work, the APP Crash
Dim ln As Notification = App.LaunchOptions.Get("UIApplicationLaunchOptionsRemoteNotificationKey")
Something have an idea how I can start APP from remote notification AND GET the last message?