| What We have APBs for each of the client types, they live under the aerogearcatalog org in github. These will need to be updated with the latest mobile cli binary and changed to accept a app identifier. How Clone the repo and rebuild the APB with the latest mobile cli binary. Update the apb.yaml to add a field to ask for the app identifier (this should call out that it is a package name (android) or bundleid (iOS)) Update the provision playbook to read the argument and pass it to the CLI https://github.com/aerogearcatalog/android-app-apb/blob/master/roles/provision-android-app/tasks/main.yml#L2 |