Dynamically changes in android installed app those changes reach to live users installed app

184 Views Asked by At

I actually want's to reach app changes in to user installed app.How this can possible.

1- My app is live on play store.

2- There are 30,000 of live users.

There is a bug in app and i resolved that bug now i don't want to upload new version of app on play store there is only small change so i don not update that version to play store now i don't want all users will update for small change updated build.

What i need to do for this if there is any tool to user device installed app that bug fixed which is i resolved.

I am not using Web-services for that change so data is not depend on web server. Is there any tool or any other way to reach users installed device that change for that all these changes reflect to user installed app??.

without any user authentication by playstore. or is there any way to reach these changes to user device.

2

There are 2 best solutions below

2
On BEST ANSWER

No, like it or not, but there's no mechanism you can use to replace installed app or hot swap it portions on user's device other than reinstall.

In future release you could add ie push messages telling user to download the update from your server (but that would require enabled sideloading to have it installed).

0
On

There is only single answer all over the stack or E- bloggers as well google Developers answers.

We can upload our build at Google play store at Strict mode , Strict mode make without user authentication or permissions update build and that build reach to user installed device .

In case of (User must have Internet connection or when user get connected by internet or WiFi same time app automatically update without any User Intersection or this process user can not view that particular app is updated or not) if user know this particular app previous version like "1.1" and now "1.2" then only user can understand app is updated in my device without user permission.

Google added this in Play store publisher account this feature for Developers some of the developers know very well but some not.

All changes Reach to user installed app in this case user not required to make app update from Play Store.