I am using Server Code in my app. I know there is a version control for App tab but how to maintain version control for Database and Server Code.
Also is there any development/production/testing mode I could set for Database and Server code? At present I am planning to deploy my app into app store. My app has server code too. At present anyone that download my app will be calling my server code. How could I have a seperate env to continue my development while people are using my server code in production. Please advise?