Hi,
I used an underscore in my app id: “com.mycompany.my_project”. This worked well for the PlayStore / Android release. But now I want to compile for AppStore / iOs. And XCode does not sign the code:
I get this errors in XCode:
- An attribute in the provided entity has invalid value: The attribute ‘name’ is invalid: ‘XC com mycompany my_project’
- No profiles for ‘com.mycompany.my_project’ were found: Xcode couldn’t find any iOS App Development provisioning profiles matching ‘com.mycompany.my_project’.
In this thread there is the info, that underscores are not allowed:
Does somebody have an idea what to do? Its a released Android app. And Im using the Plugin In App Purchase 2 - Ionic Documentation