0

I know installing an app thro other places like pc/web is possible , Sideloading android From Your PC or possible through manual login into google play and installing.

Is there a way to achieve the same through code/google play APIs? I dont want to use adb or unknown sources.

E.g I want to install/push watsapp thro code from my pc/web

  • 2
    So you want to install an app from an unknown source on to a user's device without first making the user enable installation from unknown sources? Sounds fishy. – Bryan Herbst Mar 03 '14 at 22:45
  • No, you can't -- the idea behind the "unknown sources" setting is to prevent exactly what you're trying to do. – 323go Mar 03 '14 at 22:47
  • i think i have mentioned clearly. its not a unknown source. its a app from google play store – reach2arunprakash Mar 04 '14 at 04:54

3 Answers3

0

If you don't have the 'install from unknown sources' selected on the client device, you will NOT be able to sideload apps to a device under any circumstances.

Otherwise if this is enabled, there are very few restrictions on how to do this (pretty much any way you can copy an APK file onto a device will allow it to be installed).

Booger
  • 18,579
  • 7
  • 55
  • 72
0

Yes that's possible, but not officially.

You can login to the google play website from code and simulate a button click there. This is a sample application doing exactly that, including login via device's google account. I don't know if it's still working, cause it's build against the old google play website, but I assume the source code could be helpful anyways (documentation is in japanese, use google translate for that).

Marvin W
  • 434
  • 4
  • 16
0

There is a new Android emulator for pc called andyroid - www.andyroid.net that allows you to run any google play app directly from your desktop