Way to find the installed apps in the device

  • 1
  • Question
  • Updated 9 years ago
  • Answered
I have to design a dashboard for all the inhouse apps created, giving URLs for the users to install the apps. Installation works properly, but I have a requirement that I should be delete the apps installed in the device. I also have to design the app so that it opens installed app in case the user clicks on "Launch" button. Is this possible through phonegap. All the apps are done through phonegap build.
Photo of hari.chupke

hari.chupke

  • 2 Posts
  • 0 Reply Likes

Posted 9 years ago

  • 1
Photo of Andrew Lunny

Andrew Lunny

  • 1911 Posts
  • 199 Reply Likes
Short answer is no - you can't launch apps from an URL unless a protocol handler is set on each app, which is not currently possible through PhoneGap Build. Deleting apps is a definite no-no - I don't know of any platforms that would let you do this outside of the OS's app deletion mechanisms.
Photo of hari.chupke

hari.chupke

  • 2 Posts
  • 0 Reply Likes
thanks for the info..