Hello
We were testing the usage of notification opened metric and our application is Cordova based
pushConfig: {
'pushServerURL': 'url',
'alias': 'app name',
'sendMetricInfo': ‘true’,
Below are the observation
1.
Clicking on the push notification while the app is in the background increments the opened count
2.
If the app is completely shut down, on receiving push notification :
·
Clicking on the push notification starts the app but does not increment the opened count
Is there any fix available for #2 ?
Thanks
ganesh