views:

20

answers:

1

We have a group of beta testers for iPhone app. Recently, we added in-app purchases to the app.

Before this, we would send out ad hoc builds to beta testers using a separate bundle ID and name so that they could have the store build and the ad hoc build on their phones.

However, it seems like we have to build the ad hoc copy with the same Bundle ID to test in-app purchases, and this means we can't send out a seperate beta copy - our beta file (annoyingly) overwrites the user's store-bought app.

Is there any way to test in-app purchases in a different bundle ID? Do I need to set up fake, test in-app purchases for the test build too?

A: 

I'm pretty certain you do-upload to ITC and then reject the binary.

Andiih