Questions tagged [app-update]

100 questions
0
votes
1 answer

What happen if two app version review at same time in google play?

I published my app version code 180 in google play. Its in review and updated same apk made some changes and app version code is 181 to google play. Both two apps review in the google play console. So which one is update first ? Production 181 - in…
0
votes
0 answers

Android - How to get a callback in app when app gets autoupdate in Google Playstore

I need to clear cache and logout user everytime when app gets updated so that user will get latest data from backend. I have implement Support in-app updates but due to some playstore cache it didnt work on every users. I tried to register my…
Feroz Siddiqui
  • 3,840
  • 6
  • 34
  • 69
0
votes
1 answer

I uploaded multiple apks but Play console changes my app version codes for each of them but I have to set min version in dynamic links

When I am uploading multiple apks for different abis to play store then play console changes my app version code for each apk to 4 digit no 1001, 2001 like this. The problem is I have dynamic link in my app and I need to specify the minimum app…
0
votes
1 answer

Execute sqlite query during mobile app installation in xamarin.forms

Hi I am working on a usecase for my Xamarin.forms app. The usecase is to execute some sqlite queries during app installation to get any database changes information in new app version. Currently when I launch my app after upgrade to a newer version,…
Naphstor
  • 2,356
  • 7
  • 35
  • 53
0
votes
1 answer

Android app rejection issue with Violation

We have tried publish a new version of existing app on Play store but the update got rejected With the issue :- Issue: Violation of Families Policy Requirements Also We have received an email with Title: "Issue: Violation of Families Policy…
Sinson
  • 11
  • 1
0
votes
1 answer

Let ios Distribution Certificate expire if I don't want new updates

I got the email from Apple: "Your iOS Distribution Certificate will no longer be valid in 30 days. To generate a new certificate, sign in and visit Certificates, Identifiers & Profiles." It is already in the app store and I am not planning to put…
0
votes
0 answers

Updating app uses FFMpeg version used in older version of app

I was using FFMpeg old version in my app and now i updated my app to new FFMpeg version.But when i update my old app version to new app version it still seems to use old version of FFMpeg until i uninstall old app version and then install new app…
Android Developer
  • 9,157
  • 18
  • 82
  • 139
0
votes
0 answers

Show an App Update Dialog with various options and allow to set the prompt duration in Android

I want to show a dialog to notify the user that the new version of an App is available on the play store. My requirements are as below. 1) If the major version & minor version number of the VersoinName has changed, then the dialog should be shown…
Parth Patel
  • 859
  • 2
  • 11
  • 28
0
votes
1 answer

Update Native Android app with Ionic Android app

I have a native Android app with base version. (ie. Ver 1.0) I want update this native Android App with Ionic Android App. (ie Ver 1.1) Is it possible to update a native Android app with Ionic Android App? I've tried it. But it says…
Raja45
  • 181
  • 1
  • 3
  • 10
0
votes
0 answers

Android app won't update from other app stores after key upgrade

I am in a big trouble with update my app from multiple app stores. So the problem is that after i performed key upgrade from play console for my app, my users can't update their apps with other app stores. They can update just with Google Play and…
0
votes
1 answer

Existing users are not prompted to update app on iOs app store

I created a new version for my app (3.0) and I released it on the app store. My update was published about 9 hours ago. However, when existing users open my app's page on the app store, there is no prompt to update. When users attempt to update the…
Taslim Oseni
  • 6,086
  • 10
  • 44
  • 69
0
votes
2 answers

How to test In App Update In Android Manually

I have implemented In-app update in my app and followed the below mentioned steps to test it, Uninstall the original app from device. Install the app from the Google Play Store Uninstall the app again. Generate signed apk with the new feature,…
hasan_shaikh
  • 1,434
  • 1
  • 15
  • 38
0
votes
1 answer

How to update application in background like Facebook, Instagram , Messenger is doing?

I want to know exactly what Facebook, Instagram, Messenger is doing for background Application update (App-Update)? I observed they are updating applications outside playstore is it without user intervention?
Md Shahnawaz
  • 556
  • 5
  • 20
0
votes
2 answers

iOS application build uploading issue

I have successfully uploaded my iOS build on App Store today. Its been more then 5 hours now and the build is still not shown in Activities. I am using Xcode 10.1 to upload build and uploaded build using Xcode update build option. What needs to be…
manishsharma93
  • 1,039
  • 1
  • 11
  • 26
0
votes
0 answers

How detect and stop application upgrade to new version android

I have a very different use-case where I want to check if a user has started to upgrade the application to a particular version and if yes then I want to stop him from doing that. I have checked the possibility to use ACTION_PACKAGE_REPLACED it only…
Vishesh
  • 3,599
  • 4
  • 22
  • 36