Test iPhone in-app purchases on a different bundle?

Posted by Andrew Johnson on Stack Overflow See other posts from Stack Overflow or by Andrew Johnson
Published on 2010-05-15T20:07:17Z Indexed on 2010/05/15 20:14 UTC
Read the original article Hit count: 301

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?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about cocoa