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.
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.:
and
These apps should now install side by side.
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.
Be the first to post a reply!
