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

iOS custom build fails as per the docs #284

@pzanitti

Description

@pzanitti

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions