The ios android 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 android -sdk/tree/master/ modules core / src/main/java/org/aerogear/mobile/ core/ config configuration .
so this task is about:
1. Add a sample `mobile-services.json` file to the forked ios android app. 2. Copy the appropriate code from the ios android sdk to the forked sample app to parse the content from the configuration file.
|
|