Redirect to playstore if app not installed

how to redirect to playstore app page if app is not installed else open in app while deeplinking .

First check whether the app is installed or not with the help of activity starter or one of the below extension.

If the app is not installed, redirect them to Play Store with the activity starter method refer below snippet
else perform the action you want to perform


1 Like