HOWTO: build unique iOS App ID's through PhoneGap Build

  • 1
  • Idea
  • Updated 5 years ago
If you're experiencing the problem where you build two different apps on PGB and when you install them to your device, they overwrite eachother:

1. In the Apple Member center where you set up your provisioning, create a new Wildcard App ID, i.e. com.bill.*.

2. Edit your (or create a new) provisioning profile using this App ID, and upload it to PGB.

3. Build your two apps and use two different id's in your config.xml, both of which will match your wildcard, i.e.:
<widget id="com.bill.beerapp" ...
and
<widget id="com.bill.whiskyapp" ...

These apps should now install side by side.
Photo of ryan

ryan, Developer

  • 1538 Posts
  • 132 Reply Likes

Posted 5 years ago

  • 1

Be the first to post a reply!