Test iPhone In App Purchase without uploading binary (i.e. without bundle ID)
Posted
by psychotik
on Stack Overflow
See other posts from Stack Overflow
or by psychotik
Published on 2010-05-19T17:08:47Z
Indexed on
2010/05/22
4:20 UTC
Read the original article
Hit count: 292
I've created a new app but not uploaded a binary (not ready for review yet). However, I want to test in-app purchases.
The documentation seems to state that a bundle ID is required to create an in-app purchase product. Is there any way to specify this bundle ID for creating the in-app purchase product on iTunes Connect without uploading the app binary in a way that won't cause problems when the actual binary is uploaded?
What if the eventually uploaded binary has a different bundleID than the use created for testing - does it effectively invalidate the in-app purchase product?
© Stack Overflow or respective owner