Same way, I would like to open the App store application from my ionic app if app store is having upgraded version of my installed app. Is there a way to do this?
I know this is old, but I am trying to have a side menu item go directly to the app store (displaying apps posted by my company) when clicked. I tried using what you put and it is giving me this error ( https://docs.angularjs.org/error/$injector/unpr?p0=$cordovaInAppBrowserSourceProvider%20<-%20$cordovaInAppBrowserSource%20<-%20MenuCtrl ). I added the cordova plugin to the platform and am also including this . This is my first ionic (and cordova) app, so I am very new to this. I could not find a solution, so any help would be greatly appreciated!
Your link <a href="market://details?id=com.abcd.xyz">
will open the PlayStoreApp if you add <access origin="market:*" launch-external="yes"/>
to your config.xml.
hey i tried to open application in google play store from ionic 2 application …but problem is that play store open in browser but i want to open play store application.
Edit :
I found some api in ionic 2 but i didn’t get any succes… i got error -page.ts(2,9): Error TS2305: Module '"D:/Varshil/CordovaProjects/NRA_Hybrid/node _modules/ionic-native/dist/index"’ has no exported member ‘Market’.