Closed ainne10x29 closed 8 years ago
Android or iOS? We will look into it.
iOS. Not yet tested in Android.. I'll also try it on Android..
@ainne10x29 what iOS version are you testing against?
I was able to reproduce the issue, I believe https://github.com/urbanairship/titanium-module/pull/19 fixes it.
Could you try out and verify your issue is fixed in the 2.0.2 build before I release it? com.urbanairship-iphone-2.0.2.zip
@rlepinski - I am having the issue of UserNotification.framework. As per checking, this framework is for iOS10 and can only be use with xCode8. Is there any workaround? :)
@rlepinski - Done with it. I saw what you modified in 2.0.2 and modified it instead in version 1.3.0. Your fix really works. Thanks for your help.
@ainne10x29 Awesome, glad it works for you!
I am trying to get the tags I have set in the Message I pushed on my device using the following codes: var notificationLaunchApp = UrbanAirship.getLaunchNotification(true); if (notificationLaunchApp.message !== undefined) { onPushReceived(notificationLaunchApp); }
I can get the data if the application was resumed or if the application was launched from background. But if the app is totally close and I used the notification to open it. The data is always blank or empty: onPushReceived deeplink data: {"message":"","extras":{}}
I am trying to get the same value I am getting from resumed activity
onPushReceived deeplink data: {"message":"Push notification test,"extras":{"^+t":["tagtagtagIneed"],"^d":"myapp://"}}