urbanairship / react-native-airship

Airship React Native module
Other
88 stars 62 forks source link

"deepLink" event not fired IOS #40

Closed thedgbrt closed 7 years ago

thedgbrt commented 7 years ago

I have an app in IOS and Android, everything works except for the "deepLink" event in IOS. When the app is closed and I open a notification with a deepLink, it doesn't trigger the event (the exact same behaviour works in Android).

Is there anything i'm missing? I did add the specific urlscheme in info.plist, and the deeplink is recognized as it does open the app when typing it in safari.

crow commented 7 years ago

@thedgbrt Taking a look at this. Thanks for reporting.

rlepinski commented 7 years ago

Fixed in 1.2.2

fryossi commented 6 years ago

I'm having the same issue both android and iOS (works fine when app in foreground). "urbanairship-react-native": "1.3.1" Podfile.lock: UrbanAirship-iOS-SDK (8.6.0). Am i missing something? Thanks.

rlepinski commented 6 years ago

@fryossi can you try to reproduce in the sample app?

fryossi commented 6 years ago

@rlepinski For some reason i forgot the deepLink listener... Thanks.