The ios native app should also use `mobile-services.json` file to get the configurations of backend services. So the sample app should show how to parse the content of the file and get configurations for each service. We already have the code to show how to do it here: https://github.com/aerogear/aerogear-ios-sdk/tree/master/modules/core/config.
so this task is about:
1. Add a sample `mobile-services.json` file to the forked ios app. 2. Copy the appropriate code from the ios sdk to the forked app to parse the content from the configuration file.
|
|