The way it works in mobile native is that if you push an update that requires an app update:

  • Users using the old version of the app will use the entire old version.
  • For example, if in V1 my backend workflow does X and in V2 the backend workflow does Y, users on V1 will use X and users on V2 will use Y. Essentially, they retain a snapshot in time of your Bubble app.
1 Like