I was using my App in the test version for a considerable amount of time, due to the fact that I wasn’t aware that there is a live version. Because I had been using it in the test version, there are several pieces of data (such as several users) that I would like to remain the same when I deploy the app to live.
I’ve noticed that the development version’s database does not transfer when you deploy it to live, so I have a couple of questions:
-Is there a way I can copy and past the old data into the new database?
-Does the Live’s database reset every time you deploy a new version, or does it remain constant?
Thank you so much for any advice you can offer!