Software Archive
Read-only legacy content
17061 Discussions

Matching Bundle ID and App ID - *

Bonnell__ryan
Novice
510 Views

I have been building certs and provisioning files over and over and cannot for the life of me find where the .* is being added and where to fix it. See below:

Code Sign error: Provisioning profile does not match bundle identifier: The provisioning profile specified in your build settings (“dm-adhoc-dist”) has an AppID of “com.device-media.*” which does not match your bundle identifier “com.device-media”.

Anybody? I need to match the bundle identifier. Is it the Ad Hoc or WildCard that is adding it?

0 Kudos
1 Reply
Swati_S_Intel1
Employee
510 Views

The App ID you provided in the Intel XDK build settings is different than the App ID you used to generate provisioning profile. Use Wildcard when creating AppID on the Apple Developer portal. And use that same Prefix for the App ID. For example, you could have com.myapps.* as the app ID wildcard in the developer portal and have com.myapps.thisapp as an App ID in the XDK build settings.

0 Kudos
Reply