| What On app creation, the `mobile-services.json` object should contain the following properties:
- clientId
- namespaces
- services (empty)
Why Currently it is only when a service is bound to an app will these properties be added. But when all services then become unbound the config does not return to its original state. It keeps clientId, namespaces and services (empty). This change ensures the config remains consistent and does not change too much. |