Update tests for app

Right now i am trying to make a pack of app update tests that looks like :

  1. I run appium with desired capability that points to app package v1
  2. I make some changes in app
  3. I run appium with desired capability that points to app package v2
  4. I check if changes got saved

Problem is that on step 3 of that scenario instead of getting app with saved presets i recieve app that was reseted and installed from new . Any thoughts about that ?

Make sure you are running appium with --no-reset. Consult the appium docs for details