This repository was archived by the owner on Jan 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 234
iOS custom build fails as per the docs #284
Copy link
Copy link
Open
Description
The docs naturally state that the config.xml widget id has to be changed to something unique.
phonegap-docs/docs/3-references/developer-app/6-custom-build/ios-custom-build.html.md
Line 29 in 9833835
| 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.
Metadata
Metadata
Assignees
Labels
No labels