简体   繁体   中英

Will apk installed manually (not from play store) receive notification when update becomes available?

I want to preinstall apk on tablet (know how to do it).

Will my tablet receive notification from play store, that update is ready on play store and i should install it?

you will receive updates / see the app in the Google Play "installed apps" tab only if the two conditions will take place:

  • the APK package name is the same as the one uploaded to Google Play
  • the keystore used to sign the app in the play store is the same keystore used to release the apk you install manually.

To preinstall your APK, you need to be the device OEM; how it gets done depends on your exact environment. If your apk has no native libraries internally, you can safely just place the apk in the firmware image (in the same location with the standard apk suite). Beyond that, you could (for example, similar to what I've seen in some Motorola devices) create a special directory (such as /preinstall) and have a script perform "pm install ..." for each file in that location for those items not already installed.

Regarding updates, as people have commented: no problem since you're not changing the package name. Just be certain to increase the package version for the store upload. Also, for safety, upload the package (older version, non-functional is ok) to the store in order to reserve that package name on the store -- otherwise someone could place their own on the store before you.

Maybe simple but working without any tool or anything.

1.make sure you have a apk that is on playstore.

2.goto the playstore search for that application click install in same time go for apk and install that apk play store recognise it as app installed from play store.

3.go back to play store it will show you update if available it works for me am doing it from 1st day cause i cant download every single app So simply whenever i have to reset i make backup.

Then i can get updates from this trick. Sorry for my bad English. Thanx.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM