Hi I’m deploying an App free on the google market, so I would like people to be able to share the app directly by bloutooth, but this should be made maintaining the update feature of google play, so they receive updates. Also, would be great if this shared apps are registered as downloads of the app on google play.
any ideas about this topic would be greatly received!!
Check out Android Beam from 4.0. It’s the closest “built-in” implementation of what you’re looking for. The problem with what you’re trying to accomplish is that apps don’t have access to /data/app, where the apps are stored on the phone. So, your app would have to download it from some other source (not Google Play).