Set iOS in app purchase is consumable - ios

I am developing an application that has In App Purchase method. When I go to Manage In App Purchase section on iTunesConnect, I add some product for In App Purchase. But I just see 1 option is Free Subscription. How can I add a product for Consumable? Sorry for my bad English writing skill and thank you so much.

When trying to add in-app purchase, I see this screen. It's not have Consumable option. I don't know what is my issue? :(
You need to go to Tax, contracts and banking and accept paid applications agreement

When trying to add an in-app purchase you will be taken to this screen. Select the consumable type

If a type is missing, make sure you have agreed to all recent contracts.Before you create In-App Purchases on app you have to provide information about "Contracts, Tax, and Banking" from https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa. Look at the image below.
Just click on "Contracts, Tax, and Banking" and give all bank details.Once you provided bank details you can add all type of In-App Purchase.

Related

Is agreements, tax, banking setup required in order to test In-app purchase?

This question has been asked before here however no one has given the user an answer. I am in the same situation and I was wondering if someone has the answer to it?
Here is the question again:
"I am new to iOS and am building an app that has in-app purchase. The app is not yet ready(not in app store) and i am trying to test in-app purchase. I have created the products in iTunes Connect as per the documentation, however, everytime i try to get the list of products from my app, it's always showing up in invalid product identifiers.
I did not setup agreements, tax and banking yet and am not sure if this is required even to test in-app purchase?"
What could be the reason to be getting invalid product IDs even though I have triple checked that Im using the correct product ids when making SKProductsRequest, and all the itune setup is done with products in "ready to submit" state. Im literally going crazy and dont know what to do :(
Thank you
In-App Purchase allows you to sell additional features and
functionality from within your iOS, macOS, and tvOS apps. If you wish
to offer in-app purchases in your applications, you must complete
several steps before you can do it. This document provides
step-by-step instructions for setting up and testing in-app purchase.
It also answers common questions about in-app purchase. The
"Agreements, Tax, and Banking Information" section describes all the
financial documents that must be completed.
Explanation

IAP Auto-Renewable Subscription not visible

I am trying to add IAP in my iOS app through iTunes Connect (Admin access). Reference to screenshot attached, I am able to View Shared Secret but I am not getting Auto-Renewable Subscription listed under the IAP options available. I did check for all the agreements and all of them are updated. Am I missing something here? Will I be able to add Auto-Renew purchases only after my App goes live?
Sign in to your iTunes Connect account.
Click Agreements, Tax, and Banking.
Under Request Contracts, click Request for the iOS Paid Applications contract type.
After you review the agreement, check I have read and agree to the agreement presented above and click Submit.
Plus you should generate a secret key, at the InApp purchase section.

Why I didn't see Auto-Renewable Subscription in iTunes Connect

Why I didn't see Auto-Renewable Subscription in iTunes Connect -> In-App Purchases -> Select the In-App Purchase you want to create.
I see only Consumable, Non-Consumable, Non-Renewing Subscription
I have found answer:
When you want to sell something, but you haven't sold anything before.
You should open iTunes Connect -> Agreements, Tax, and Banking.
I think you have got Master Agreements -> Contracts In Effect -> only row with Contract Type: Free Applications
Apple doesn't give you access to functions for sell anything. Your App doesn't have access to products in iTunes Connect -> Your App -> Features -> In-App Purchase
Decision:
You have to sign new contract in iTunes Connect -> Agreements, Tax, and Banking -> Contract Type: Paid Applications and fill fields [Contact Info, Bank Info, Tax Info]
Note: You should have 'Legal' role as a user. Then you will see "Request" button. If a role is only 'Admin' (without Legal rights), you may see only "View" button, and you won't be able to sign a new contract.
After that: you'll see Auto-Renewable Subscription in Select the In-App Purchase you want to create.
Note: If you don’t see an option for Auto-Renewable Subscription, you probably need to complete some contracts for your account.
Press Cancel and select My Apps from the top-left part of the screen. Then pick Agreements, Tax, and Banking from the options.
Make sure all the contracts are complete, especially the Paid Applications contract.
When you’re done, the status may show as “Processing”. Even so, you should be able to return to the In-App Purchases page and create a new Auto-Renewable Subscription.
If you don't see the Auto-Renewable Subscription option, ensure your developer account has accepted all applicable contracts and have provided tax and banking information in the 'Agreements, Tax, and Banking' section of App Store Connect.
For those who are still struggling with renew subscription on apple website. Here are few things to consider which can help -
Renew can be done only through account holder's account
I found the renew option only on Apple developer app. Login to apple developer app and check under account section
If you get error while clicking on renew button then check if icloud is logged in on the device with same apple id
Hopefully this will solve the problem for those who are not getting this option on apple developer website.

Unable to create In-App Product, As the Create Option is Disabled

I am working on a iOS app, Its first Version is "Ready For Sale". Now on the Second version, we want to use In-App Purchase. Now the App is in "Developer Rejected" state. When I am trying to create a new Product for In-App Purchase by going to "Features->In-App Purchase" and click the + button the Create Option is disabled. You can see the Disable create button the following image
Is there may anything wrong with my process. Please guide me what should I do to make it working :)
Thanks In Advance
This happens if you have not filled out the legal agreements for sales in iTunes Connect. Unfortunately, it is not well documented. You need to be logged into the account with the Legal permission in iTunes Connect. Then go to Agreements, Tax, and Banking. Then you need to create and fill out the Paid Applications contract which will include putting in your banking and tax info. Once you do that, the In App Purchase menu will have items in it.

In-app purchase already Purchased

I want to create an in-app purchase update for my application which it's default version is for purchase already.
I've been wondering, if it is possible for clients who have already paid my application to not pay again. After, the updated version which has an in-app purchase payment.
Thanks
If you are providing service which need to purchase only once than you need to create product with Type "Non consumable".
Non consumable product will charge you client only once in the life time. even if you client delete the app and download again and make purchase of the same product. He will never get charge.
As per the Apple review guide line. You also need to put Restore button in you app at some place. This will help you client to restore all Non consumable purchased which he did in the past.
Please refer the link http://www.appcoda.com/in-app-purchase-tutorial/. This gives you detail all type of in app purchased.

Resources