How to open play store from my app - ionic

i found that many people use inAppBrowser cordova plugin to open an app like fb, twitter, instagram, but idon’t know how to open the native play store.

There’s an excellent plugin you could use:

4 Likes

:heart_eyes::heart_eyes::heart_eyes::heart_eyes: thank you so much

@BOUKHLIF, some question google can help you.

Or simply use JS

openDeveloper() {
window.open(‘market://developer?id=YOUR+NAME’, ‘_system’, ‘location=yes’);
}

1 Like