...
If No: Open outside app otherwise in webview
KeyKey:apx_url
Value: URL
Open Specific app Google play store - ability to redirect user to Google play store app, if play store application is installed in targeted device.
KeyKey:apx_aid
ValueValue: package name
Note: In Android when user click on Push Notification, activity is re-launched while at the top of the activity stack instead of a new instance of the activity being started, onNewIntent() will be called on the existing instance with the Intent that was used to re-launch it. Otherwise If the activity is not in stack then new instance of activity will launch.
Test coverage:
This test covers sending a Deep Link using a Push notification and having that specific app page open once clicking the Push notification.
...