tags:

views:

223

answers:

2

To test an in app purchase on the iphone, do I need to upload the binary?

A: 

There's a section describing testing Store Kit process in documentation.

Vladimir
Thanks Vladimir. I've found that section to have many errors. For example to actually test it you shouldn't add your test user credentials in the store preferences, but unset them there, and then add the credentials after prompted within your app.
Nader
+1  A: 

You do not need to upload the binary, for anyone who was curious. You do need to make sure all the contracts are in place, however.

Nader