You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 31, 2023. It is now read-only.
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.
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.