This repository was archived by the owner on Feb 7, 2019. It is now read-only.
This repository was archived by the owner on Feb 7, 2019. It is now read-only.
How to retrieve data from push notification when iOS app is in killed state #213
Open
Description
Nativescript-Vue
Which platform(s) does your issue occur on?
Both iOS and Android
iOS version(11.3) & Android version(7.0)
iPhone 6 & Samsung
Please, provide the following version numbers that your issue occurs with:
$tns --version
3.4.3
"tns-ios": {
"version": "3.4.1"
},
"tns-android": {
"version": "3.4.2"
}
How to retrieve data from push notification when iOS app is in killed state?
notificationCallbackIOS is not triggered when app is launched from killed state by tapping notification
Unable to retrieve data from push notification when app is in background and killed state(Android)
Tried to get data from args using getIntent() but end up with an error:
getIntent() is not a function.