Questions tagged [app-update]
100 questions
1
vote
0 answers
Getting problem in updating app on device Amlogic EM95X - Android Studio 3.6.3
I am getting problem in updating app on my device. I am using android studio 3.6.3. When I first install app on device, it got installed successfully, but when I try to update the same build again, I am getting this error:
Installation did not…

Naseeb
- 11
- 2
1
vote
0 answers
In-app update giving UPDATE_NOT_AVAILABLE whereas on playstore I can see update button
I have integrated in-app feature but it is returning UPDATE_NOT_AVAILABLE whereas on playstore I can see update button and my app version is lower than playstore version.
fun updateAppIfAvailable(context: Context) {
val appUpdateManager =…

Ragini
- 765
- 1
- 11
- 29
1
vote
1 answer
Change country availability between app updates on Apple App Store
My app has an existing production release on Apple App Store.
Currently, all countries can download my app.
And I just made an update version of my app.
This time, I will publish my app worldwide except China.
Suppose user A in China had installed…

Vincent Gigandet
- 918
- 10
- 21
1
vote
1 answer
Handling Immediate In App Update after App termination
I am trying to handle the case in which, after the user clicks on the "Update" button in the immediate update dialog and the update starts, but he terminates the App. I have tried to get a call back from the onActivityResult as mentioned in the…

zombie
- 43
- 4
1
vote
1 answer
Implementing in App Update Functionality In Android
I have followed the below mentioned step to integrate the in-app update.
1) Check for the update availability
// Creates instance of the manager.
val appUpdateManager = AppUpdateManagerFactory.create(context)
// Returns an intent object that…

hasan_shaikh
- 1,434
- 1
- 15
- 38
1
vote
0 answers
Google play Android app updates delays - Closed tracks channel
I can't quite understand how Google Play propagates app updates when a new app version is release.
My scenario is the following: I have a B2B app deployed on Google Play in the "Closed tracks" channel. On each device of the closed track there's the…

Nicola Gallazzi
- 7,897
- 6
- 45
- 64
1
vote
0 answers
Is there a way to do In app updates for iOS apps like on Android
I saw a great way of handling app updates by Android, here is the link. Android has exposed a way to check from app if a new update is available and inform user, app can download update which can be installed later. We can also for user to update…

Kishoretheju
- 827
- 3
- 8
- 18
1
vote
2 answers
How to inform users to update an existing app?
I have an Android app published on Google Play. The issue is that only 5% of its users have updated it to the latest version. I'm guessing they are either not using the app and/or have turned auto updates off.
Is there a way to communicate to them…

Shahood ul Hassan
- 745
- 2
- 9
- 19
1
vote
0 answers
After Update, app is not getting restarted cocoa objective c
I am trying to update the mac app which is distributed outside app store so followed the process as suggested here
After downloading the .pkg file i am opening the using [[NSWorkspace sharedWorkspace] openFile:filePath.path]; but after…

jarvis12
- 134
- 9
1
vote
1 answer
How to resolve "Can't Update the app(Error Code : 901)" error?
I'm migrating one of my live applications from Native to Xamarin. I have successfully done that and now I'm trying to release the same on Google Play Store.
I have generated a release build for the same in Xamarin android. Following are the…

Salman Khan
- 2,822
- 5
- 32
- 53
1
vote
2 answers
Possible to remotely update Windows 10 IOT Core App without Azure or Windows Store?
I am in the process of finishing up a Windows 10 IOT Core app to be deployed on Raspberry Pi 3 devices for a single location beta test. The app is consumer facing and reads from a sensor so I am sure there are going to be at least 1 or 2 updates per…

JoeyZero
- 567
- 5
- 16
1
vote
1 answer
Reducing app updates size on google play store
Now most of the apps update size is much smaller than app download size but unfortunately I am not able to get this feature in my app however I have added following code in my app's build.gradle file but still I am not able to get the desired…

Krishna Meena
- 5,693
- 5
- 32
- 44
1
vote
1 answer
Version update issue after registration of new version of App Store
Version update issue after registration of new version of App Store.
Most users successfully updated their version through the App Store.
1.0.0 -> 1.1.0
However, some users have succeeded in the update and the function was added, but the version…

ChoeSC
- 11
- 1
1
vote
1 answer
Publish an update just for new users Android Play Store
I would like to publish some update of my app on the Play Store, however since I will just change the default setting given at the beginning when a user install the app for the first time, I would like that these updates are not seen by current…

gcorso
- 154
- 8
1
vote
1 answer
iOS region monitoring - does it survive an app update?
I have an app that uses Region Monitoring to wake up in the background. The initialization of the region is done when the app launches, so obviously the region monitoring is not active before the first launching of the app (i.e. right after the…

Oren
- 2,767
- 3
- 25
- 37