-
Epic
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
Record the bundle ID (iOS) / Package Name (Android) for my App in MCP
-
In Progress
-
13
As a developer I want to be able (forced?) to record the bundle Id (iOS) / Package Name (Android) for my app in MCP so that I can reconcile the mobile client to the app representation in OpenShift/MCP
Acceptance Criteria:
- mobile CRD should have a bundle identifier property specified
- If possible mobile CRD should force this to be a required field
- mobile IDE plugin should force this to be a required field and pre-populate where possible from the project.
- mobile CLI should force this to be a required field
Epic:
https://issues.jboss.org/browse/AEROGEAR-1906
Potential applications for this:
For the developer:
- Allow them to search for their apps by bundle ID
- Allow the the Core SDK to check that the bundle ID in the config matches the bundle Id of the app
For Us
- Ensure that only a single client app is using the specified bundle identifier - so 2 different apps (i.e. different code bases) can not cross contaminate each other - e.g. both using the same data sync record set Ids.