Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Open Specific app Google play store  - ability to redirect user to Google play store app, if play store application is installed in targeted device.

Key: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.

See: https://developer.android.com/reference/android/app/Activity.html#onNewIntent(android.content.Intent)


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.

...