This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Description
The docs naturally state that the config.xml widget id has to be changed to something unique.
|
1. Next, from the main project folder (`<your-path>/phonegap-app-developer`) open the **config.xml** file. Within the root `widget` element, modify the `id` attribute to set your own unique app bundle id. |
But there is also a ./google-services.json file that references the id.
https://github.com/phonegap/phonegap-app-developer/blob/83417c7fb083ebc2ec7df8441806ad444866e0d8/google-services.json#L13
If you try to build without changing that attribute, you will get
- What went wrong:
Execution failed for task ':processDebugGoogleServices'.
No matching client found for package name 'my.unique.phonegap.app'
However even when I change it and make my custom build (phonegap run android --device), it never connects to my phonegap serve, it gets stuck at DOWNLOADING.... Same phone, same computer, the App Store version works perfectly.