App Rejected by App Store - iphone

This is second consecutive time that apple has rejected my application citing the following reason.
The below is the reason cited by apple for rejecting my application.
When i'm testing In-App-Purchase i'm able to purchase all the products by using my test user account. The current status of my In-app-purchase's is READY TO SUBMIT.
Can someone suggest me what i'm missing out on.

You have to put your all In-app purchase in review as well same as you did for your application. You said your In-app purchase status is Ready To Submit. So you just need to click on that button in your In-app purchase Item. Your In- app purchase items also goes for review to Apple and It will approved along with your In-app purchase.
They have rejected because still your In-app purchase items are in Ready To Submit. You can submit it by uploading screenshot to your In-app purchase items.
Hope this help.

Because you didn't attach under the prepare for submission tab.
Here is checklist
Check whether you had submitted screenshot when creating a new in-app product
Refresh the page and check whether all in-app is in ready to submit state
When submitting an app, make sure you had attached it in preparation for the submission tab, just like you adding the final build.

Related

InApp Purchase in ios

I have create new product in itunesconnect.apple.com for InAppPurchase.
but there display following warning message "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."
and "Submit for review" button is disable.
So, Please suggest when i create the new product for InAppPurchase.
We had same problem. What you have to do here is due to first time submission of application in app purchase, upload your app to itunes and reject it from the binary details.
After rejecting when you are again being ready for uploading you will have list of In-App purchase at the bottom section where you can select suitable In-App purchase from there.
Hope this helps.

iPhone : Unable to find following screen in in-app purchase

I am unable to find following screen in the in-app purchase.
Do I need to approve my app for in-app purchase ?
Below screen is from the iTunesConnectHelp.pdf
Whereas I am getting following screen in itunes connect.
So I am unable to make my inapp purchase's submit for review.
Where do I navigate to get the Submit for Review option?
did you read the notice in your screenshoot?
"The first In-App Purchase for an app ..."
So, try first to submit your app!
With your in-app purchase added to the list, Reject you actual binary if any, then click on ready to upload, then upload you binary and that should start the review process. let me know if you need further help!

In App purchase is getting rejected again and again

i have implemented the in app purchase in my application and added few in app purchases. on itunes connect i have filled all the details for the in app purchases. Initially the status of in app purchase was "waiting for review" and i was able to test in app purchase in sandbox env. but after every 4 days, in app purchases gets new status "developer action needed" and in the language section there is a "rejected" sign of in app purchase. so to make this use able again i have been using to make little change in description, which makes the in app purchase again in review
as history of the project is: right now application version 1.0 is available on app store in which in app purchases are not implemented
and i have added new application version 2.0 which is in "rejected by developer" state
so i just want to know why itunes connect team is rejecting in app purchase again and again?
also im not getting any email regarding this rejection
any one guide me what is the solution to this problem or any one else has faced this issue before?
Have you uploaded new version on apple store which is having in-app purchase code implemented ? if not then they will reject the in-app purchase items.
also if apple is rejecting your in-app purchased , then have you provided all the details to them. As if they find the in-app purchase improper then they can can reject it. Provide them proper details and proper screen shot for the same.
Also if apple is rejecting your in-app purchase then you may can ask apple review team about the issue. Use the Link. they will let you know the exact issue.
Hope this will help you.
I recently had this problem with an app submitted to Apple.
There is a fallback system that needs to be in place for server side in app purchase validation.
It is documented in Apple, but VERY well hidden in tech note :
http://developer.apple.com/library/ios/#technotes/tn2259/_index.html
Here is the way to do it :
"Always verify your receipt first with the production URL; proceed to verify with the sandbox URL if you receive a 21007 status code.
Following this approach ensures that you do not have to switch between URLs while your application is being tested or reviewed in the sandbox or is live in the App Store."

"submit for review" is disabled for in-app purchase product

Based on all the steps mentioned here http://troybrant.net/blog/2010/01/in-app-purchases-a-full-walkthrough/, I have created a new application, uploaded its' binary and rejected it. I also added a product but its status is in "Ready to Submit" and the top right button "submit for review" is disabled. Is this normal?
maybe due to this
in short: Lodsys has been threatening developers using in-app purchases about a patent they own and apple has licensed (but the license does not extend to developers), apple is investigating...
I just noticed this same thing yesterday as well. I stumbled around for a while and then I noticed that in the Add Version page for your new binary, there is a list of the In App Purchases you can submit for review along with the binary. Checking those In App Purchases and submitting the binary has moved the In App Purchases to the Waiting for Review state. It is confusing that the In App Purchase page has a grayed out Submit For Review button when I never had to click it.
check-out http://www.macstories.net/news/apple-temporarily-freezing-in-app-purchase-approvals/ . It has some indications and links to further info.
for itunes page in 2018. if your in-app purchase is ready for review stage. you should go to your app and click prepare for submission then scroll down the page until you see the In-App Purchases section. click blue button and add your in app purchase you created before.

iPhone app activated before associated in-app-purchase activated?

I recently submitted my iPhone app for review. I also approved the in-app-purchase for my app (and provided the in-app-purchase screenshot). It's a few days later and the app status has been updated from "waiting for review" to "in review"... while the in-app-purchase status is still "waiting for review". Could the app go live in the store before the in-app-purchase? If so what happens when the user tries to make the in-app-purchase? Anything the developer can do to remedy this?
Set the app availability date to a time in the future, then when the in-app purchase is accepted, set both dates to the present.
You should also uncheck the "Cleared for Sale" checkbox in the In-App Purchase page in iTunes Connect. This means the IAP won't go on sale (even after being approved) until you decide it should.
You should have a check in your app to see if an IAP is actually available, and only display it if it was found in the App Store.
The same thing happened to us on one of our submissions. The Apple reviewers wanted to see our in-app-purchase experience before they approved the app. So in the course of the review they made sure the in-app-purchase was up to par, and approved them both at the same time.
I'm not sure if this is the standard among app reviews, so I'd play it safe and go with #nevan's suggestion as well, because if the app goes through without the in-app purchase items enabled, the purchases will fail.