Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iPhone : In-App Purchase(s) must be submitted with a new app version

I am trying to verify my in-app purchase.

For that I have uploaded my binary and added In-app purchase.

But at iTunes it is showing me like following

Note:

Your first In-App Purchase(s) must be submitted with a new app version. Select them from the In-App Purchases section of the Version Details page and then click Ready to Upload Binary.

But I did not find any option to make my in-app purchase Ready to upload.

What could be wrong ?

like image 343
Devang Avatar asked Dec 30 '11 09:12

Devang


People also ask

Why won't my iPhone let me make in-app purchases?

Make sure that you're signed in with the same Apple ID that you used to make the purchase. Make sure that in-app purchases are allowed on your device. Restart your device: Restart your iPhone.

Why is my in-app purchase not working?

If you haven't received an in-app item you bought, try closing and restarting the app or game you're using. Tap Apps or Manage applications (depending on your device, this may be different). Tap the app you used to make your in-app purchase.

How do I update in-app purchases on my iPhone?

Change your App Store settings Go to Settings > App Store, then do any of the following: Automatically download apps purchased on your other Apple devices: Below Automatic Downloads, turn on Apps. Automatically update apps: Turn on App Updates.

Is in-app purchase mandatory in iOS?

Under the new rules, developers are no longer required to offer in-app purchasing for all content used in the app but they are free to charge any price if they do choose to do so.


2 Answers

I also made the same mistake and i Found it as per below steps

All other steps i think you have completed

  • Login to iTunes connect
  • Go to "Manage Your applications"
  • Click on your application icon
  • In that click on "View details"
  • On that at bottom of your page you will find "In-App Purchase"
  • Where you have to check mark your Non-consumable/Consumable/Auto-Renewable Product

and then submit

To cross check that - Go to Manage In-App Purchase

where you will NOW find status "Ready to Upload"

Hope this help...

like image 107
Heena Avatar answered Oct 15 '22 11:10

Heena


If the state of your application is Prepare For Upload you can perform the following steps:
- Log In ITunes Connect
- Select Manage Your Applications
- Select your application (or search for it)
- Go to View Details
- Select In App Purchases - Edit
- Check your purchase
- Select Save

However, if you have already checked the application as "ready to submit" and this is in fact your first in-app purchase, you can't submit the in-app purchase directly. The following steps worked out for me:
- Submit the application once it is ready (I discourage submitting a half baked package)
- Log into iTunes Connect
- Select Manage Your Applications
- Select your application (or search for it)
- Select View Details
- Select Binary Details in the Links section
- Select Reject Binary and confirm
- Go to the In App Purchases - Edit section (should be available now)
- Check your purchase
- Select Save

(Written according to the iTunes Connect Developer Guide 7.4)

like image 20
pgomes Avatar answered Oct 15 '22 11:10

pgomes