Questions tagged [app-update]

100 questions
1
vote
3 answers

How to update my app with different packagename?

I had an app with a certain packagename,but now I have to change the packagename of the same app.So,how could I do easily and if the users can update the app's version turning to another packagename?Thanks a lot!
Eaton
  • 19
  • 1
0
votes
0 answers

How to make the upgrader push to a new Navigator route when app do not need a update and the UpgradeAlert or UpgradeCard will not appear?

In materialApp I am using the upgrader to in home attribute to show a upgraderAlert to show that there is a app Update pending and need to update the app (I want to make it forcefully upgrade). here is the code of my material app where it goes to a…
0
votes
0 answers

How can I reference another game in the content of my app without violating Google Play policies?

For example, if I want to create an app with tutorials and tips for a certain game like "Weapons Guide for PUBG Mobile" or "Crafting and Positions Guide for Minecraft" or "Pokémon Go Guide", Google Play could reject the app for referencing those…
0
votes
1 answer

Requsting help on app update using flutter

I am new to flutter, I am here to seek help in how to implement app update in flutter. Like How it is implemented or What are the ways to implement upates in an app using flutter. I have tried with upgrader package but it is not working properly,…
0
votes
0 answers

In Unity Android Development, in situation that updating App, but no changes in Bundle

When updating my app, if there is no changes on the bundle, how to not download the bundle after updating app? Using Unity addressable bundle and build to aab. Pre-version start down bundle Next version updating, and just look download bundle…
0
votes
0 answers

Unable to update app with same application ID and signing key

I have created two android apps that look the same. One was built using XML a few years ago, which I named app A. I also created a signing key for it to generate a signed build. The other one, app B, was built using Compose and I created it a few…
Abhi
  • 2,115
  • 2
  • 18
  • 29
0
votes
0 answers

Unable to see the in-app prompt in Android version 11 and above

Unable to see the in-app prompt in Android version 11 and above. I have used the in-app to see the prompt in the app. But it failed to show the prompt in android versions 11 and 12. I have added the below code in my fragment. Note: If I add it in…
sejn
  • 2,040
  • 6
  • 28
  • 82
0
votes
0 answers

My old release to Google Play Store was an APK and now it HAS to be an AAB. Will there be issues e.g. com.xyz, signed app etc?

My earlier version of the app was uploaded years ago. Now I wish to upload an updated version. The old one was an APK file and now it has to be an AAB package (developed using Android studio). When I was uploading some new app yesterday I underwent…
0
votes
0 answers

There was a problem while parsing the package error in Android 11

Currently, I need to update an installed application offline. To update the application, I have placed an apk file to the downloads folder of file manager and by pressing a button click event I want to update the apk but failed and facing an issue…
Nikhil
  • 1,212
  • 13
  • 30
0
votes
1 answer

service-worker new version detected does not call skipWaiting()

Description In a Web Application, we use a service-worker for a few task such as: PWA Web push detecting when new version has been published and if yes, reload to the newest version We decided to remove Web push feature, this cause the service…
0
votes
1 answer

Getting play-store version of the application

I tried using JSOUP library to get the application version for the play-store website. But it's not working as google has updated their website structure recently. I am working on java platform. What's the best way to get the version of the…
Nahusha
  • 11
  • 1
0
votes
1 answer

How can I see file by file update in Google Play Store?

Good day, Everyone! As I know, Google use File-by-File patching technology (https://android-developers.googleblog.com/2016/12/saving-data-reducing-the-size-of-app-updates-by-65-percent.html) and Delta-patching to reduce APK update size. But, right…
SmirnovDV
  • 11
  • 1
0
votes
1 answer

How to get App last Update time in flutter?

I want to get last app updates time in flutter, I tried but I can't get that time.
0
votes
1 answer

How does Google select users for the staggered roll-outs in the Google Play Store?

I can't find Google's update policy for staggered roll-outs. If I have multiple staggered roll-outs, for example, staggered roll-outs at 20%. Does Google update the same users or does Google randomly re-select the updated users for each update…
0
votes
0 answers

Android app update issue in Google play while uploading the app-bundle

I use to upload APK's to google play regularly, but this time i have uploaded the App bundle, post update few users are getting the update and few users are not getting any update option, i have done the Rollout for 100%. also i have tried the…