Questions tagged [app-update]

100 questions
0
votes
1 answer

App Center Distribute – In-app updates for Xamarin Forms

I am reading this documentation about app center in-app updates. I want to try it so that every time there is a release of my app I don't need to uninstall my app and install the new release everytime. There is a sample code in the documentation but…
0
votes
0 answers

Android widget is removed when I update my application

When i update my application to the latest version, the widget is getting removed and the user have to add it manually, which is a wrong behavior.This is the same behavior in all the android OS version's. Any idea!!!
0
votes
1 answer

SQLite tables lost when my app is updated though I'm not dropping it in onUpgrade()

I have a version of my app currently in production. I have switched from windows PC to Mac recently. Now when I release an updated APK from my Mac, the sqlite database is lost on updating the app. Even the table which I'm not dropping through code…
Neeraja Gandla
  • 97
  • 1
  • 6
  • 17
0
votes
1 answer

Problems installing APK from local storage in SDK 26

I have a method that does an app update which works perfectly until sdk version 26. In 26 it opens the Activity and then promptly closes it again without any (obvious) exception or warning being thrown. I don't see any docs on new permissions or…
Yevgeny Simkin
  • 27,946
  • 39
  • 137
  • 236
0
votes
0 answers

Core Data Empty on App update

I had created a new modal version for Core data and assigned it to current modal version, so migration to it must be done(I hope), but now as I am doing old version of App to new version test, all the data is lost, what could be the possible…
0
votes
1 answer

Cant update old Google Play Services lib for a newer version

I have an old app working developed with Eclipse with Google Play Services Lib version 4323000. The proyect contains the google-play-services_lib and the app proyect itself (inside the app proyect in the libs folder there is the…
unarea
  • 43
  • 2
  • 8
0
votes
1 answer

iPhone X scaling issue, can we scale existing apps to fullscreen mode without an app update

All my existing apps are not scaled to iPhone X, is there any way to make them to full screen without an update. It will be really helpful if we don't have to go to the hassle of upgrading all the apps again. And if not what are the options of doing…
Rein rPavi
  • 3,368
  • 4
  • 22
  • 32
0
votes
2 answers

iOS app, is there a way to subscribe to an event when an app is updated through AppStore?

I need to cleanup some properties stored in NSUserDefaults for iOS app when it is updated to new version. Is there a way to be notified when such an app update is going to happen or has happened? Also is my assumption correct that when application…
Maksym Bondarenko
  • 404
  • 1
  • 5
  • 12
0
votes
0 answers

Android: Sending app updates to remote clients without wiping their data

Interesting technical problem here; I have done a little bit of digging and haven't been able to find someone in a comparable situation. I'm working on an app project for researchers at a couple different universities, and the app needs a couple…
VivaLebowski
  • 113
  • 1
  • 10
0
votes
1 answer

iOS: Today App Extension shows no body or freezes after main app is updated

I am unable to use the today widget after updating my app through AdHoc build installation. The today widget seems to freeze after the main app is updated. I have referred to the following links but could not find a solution to it. Today Extension…
Parth Bhatt
  • 19,381
  • 28
  • 133
  • 216
0
votes
2 answers

How to detect First launch of app on every new version upgrade?

I have a requirement of detecting the first launch of app after the user upgrades the app to a newer version. I need to perform certain task only on first launch of app after the user upgrades the app to a new version. Many links available online…
Tejas
  • 1,050
  • 12
  • 23
0
votes
3 answers

How can app add on iTunes connect?

One of my app is uploaded on mobile store, then after some months I have add new build but did not submit that build for review. Now I updated my app with new designs and lots of changes. and I wanted to upload this new version on store. But I don’t…
VRAwesome
  • 4,721
  • 5
  • 27
  • 52
0
votes
1 answer

iOS: iPAD to Univeral App upgrade quandary

I have two versions of my iOS App - FooBarApp for iPAD and FooBarApp for iPhone each with its own Bundle ID (com.foobar.fooBariPad for the iPAD app and com.foobar.fooBar for the Phone App) Both have the same functionality - searching and buying the…
0
votes
1 answer

How should iOS app data files for new app version be moved from NSDocumentDirectory to NSLibraryDirectory?

In the current version of my app, I have stored two important app files (my Core Data .sqlite file and my SettingsFile.plist) in the NSDocumentDirectory. In the next version, I want to move these files to the NSLibraryDirectory. Neither needs to be…
SAHM
  • 4,078
  • 7
  • 41
  • 77
0
votes
1 answer

Changing iOS and Android app's name and icon on the fly

Okay, I know the title is a bit confusing so let me explain it a little bit more. We have different groups of clients and they want to have their own app, meaning the app name, icon, splash screen and theme colour are customized. But the…
nigong
  • 1,727
  • 3
  • 19
  • 33