[x] This issue is not security related and can safely be disclosed publicly on GitHub
Goals
I want to be able to specify multiple App's in the Facebook Settings file, and decide which one to use at runtime.
Expected Results
I can add Apps to my Facebook Settings without anything app-specific being 'compiled with' my game, since the app is yet to be determined.
Actual Results
The Android Manifest is modified with the App Id of the selected app index, though this might not be the app index we decide to use at runtime. We are concerned about problems this might cause, as the manifest has hardcoded app id values, ie:
Checklist
Goals
I want to be able to specify multiple App's in the Facebook Settings file, and decide which one to use at runtime.
Expected Results
I can add Apps to my Facebook Settings without anything app-specific being 'compiled with' my game, since the app is yet to be determined.
Actual Results
The Android Manifest is modified with the App Id of the selected app index, though this might not be the app index we decide to use at runtime. We are concerned about problems this might cause, as the manifest has hardcoded app id values, ie:
And our app might never initialise with this App Id.
Steps to Reproduce
App multiple apps, build the project. The App you intend to use may not be the one that is 'baked into' your manifest.