I have found no information from Appery about source code management for unit test / integration test/ development production.
Normally, you can have a development environment that promotes code through several layers into production. I can delete my production code, and then reload from development backup into production, and then ready that version for release to apple and google store.
I cannot do the same for server code. There is no version of "backup" and "release" for server code, when is this going to be offered?
Does the push API key for an existing, live released application change when I delete a an application entirely, then create a new one, and relink it to the database? or is the push API key a feature of the database itself?
The "Application Parameters" service in Appery stores lots of "magic numbers" in the application itself, and further magic numbers - parameters - are stored in services, like the push services. Is there no mechanism to store these external to the application in a database to load at runtime?