Confused about app versions

I have created a custom development version called Playground. I want my tester to test the app before it gets pushed to live. Is it possible that I develop in test version, push the change to “Playground” for testing?

If yes, how? I can’t figure it out. Thanks for your help.

Hey, @SumitC,

You can have as many versions of your development app as you like, and one live.

For example, I have 1 development version and my live version (I don’t like having many development versions).

If you do what I, and many others do, when you edit something in the editor, the development version will automatically update.

When you have developed all the features and see that everything works well in the development, then you can deploy the app (update the live version).

You can see more information here :grinning: :computer:

1 Like

Your tester can test on

yourappname.com/version-playground

1 Like

Thanks @hacker and @ZubairLK .