Open my ionic app from another app

Hi, I have the following problem.
Imagine that I have another apk in react navie or flutter and I want that when I click on a certain button my ionic application opens and if the person doesn’t have the apk it goes to the playstore to download it.
Is it possible to do that?

I don’t think the stores would let you publish something like that, but maybe i’m wrong,

It is possible, You can use a Plugin to Check if a App is installed (App Availability - Ionic Documentation) and Deeplinks to open another app: Deeplinks - Ionic Documentation

1 Like