简体   繁体   中英

How do you simulate and test the Application Update on Android and iphone

You have 1.1 version app already developed and is released in market & you are about to send update(release new version 1.2 ) in Play store/itunes with some critical functional changes.

What are the ways do you follow to simulate situation like real time App Update that happen in Play store/itunes? How do you test that?

Common things which i cross checked before :

Android

Ios

Sample Scenario :

I'm trying to trace down a database upgrade bug and need to figure out a way of simulating market upgrades.

You can actually release into Play store as alpha and/or beta and test upgrade this way. It's best as it's a real upgrade from the store, nothing simulated.

You can read more here: https://support.google.com/googleplay/android-developer/answer/3131213?hl=en

EDIT

You can also try something like that: have a copy of the code of the previous version. Upload it to a test device. Then upload the new code, this will force a database update which you will be able to debug.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM