How to add consumable in-app product in New Google Play Console version - in-app-purchase

After the update to new version in Google Play Console, there's no option to choose between consumable or non-consumable in-app product!!
All new created in-app products are non-consumable by default!, and
there's no option to change it.
How can I create new consumable in-app product in Google Play Console new version?

That option did not exist on the old console either.
It is your code that decides if a product is consumable or not by calling billingClient.consumeAsync() or not

Related

AppStore new app review with in-app purchase

I have a brand new app which contains an in-app purchase. I am trying to understand a correct order of the review. What has to be reviewed first: a brand new app or an in-app purchase
Firstly I tried to submit both binary and in-app purchase at the same time but got rejected. Apple's testers got 'undefined' price on my payment screen. However on all my devices and simulators price is loaded correctly and is shown in local currency. So I decided that maybe price is not working for Apple's testers because in-app purchase was not approved yet.
Yesterday I submitted my in-app purchase only for review without submitting a new binary. Right now in-app purchase is "waiting for review" and binary is still "rejected" with old unresolved issue.
Need an advice if I am doing this the correct way.

In-App purchase says submit binary to test implementation but App itself does not allow in-app purchase to be linked

I Implemented and test in-app purchase successfully with Sandox
When I submit, in-app purchase for review, it gets returned with "Developer Action Needed" and following message
In order to approve your your new in-app purchase business model, we
have to verify the purchasability of the items being sold. Please
upload a new binary and make sure that your new in-app purchase
products are available for purchase at the time of review.
But when I try to upload a binary, it does show any option to choose in-app purchases.
I did remove couple of binaries from review. Not sure if that affected anything.
Now, iTunes connect does not allow me to create a brand new version from scratch.
How do I resolve this?
Most probably if you have tested with sandbox account then, there is no issue in your implementation. So you don't need to upload new binary, you just have to provide one sandbox account with credentials and verify once in your Features tab, of iTunesconnect about all products which have created for IAP are marked as cleared for Sale and also verify all necessary metadata are provided correctly.

Submit InApp Products with New App for review in iTunes

I have implemented InApp Purchase for new my App.
Tested it in Sandbox environment. Now ready to make a AppStore release.
I am not able to find following :
Where do I add In-App products for Production release. Can these
be the same products that I added for sandbox in iTunes -> "MyApp"
-> Feature ?
How do I add those configured products to Submit for review with
my new App.(I am not able to see the option InApp
Purchase with "+" sign even after creating a version and selecting
the build-binary.) I have enabled In-app purchase in Project
capabilities.
Also can I set my own price to In-app products ? Currently there's only one drop down with predefined set of prices while configuring a product.
I have already refered this link.
https://developer.apple.com/library/content/documentation/LanguagesUtilities/Conceptual/iTunesConnectInAppPurchase_Guide/Chapters/SubmittingInAppPurchases.html
Got the Answer. My all products were in state missing metadata. All products that have to be submitted should have appropriate sufficient data set to make available to submit for review.
(Product screenshot was missing in InApp product.)

New In-App-Purchase are not displayed in the iTunes app product page

My app provides IAP for our users and We already have one product then, which is listed on the "Top In-App purchases" section in iTunes product page. I submitted the latest version which have two new products. The build successfully went live (almost 2 weeks back) and I was able to purchase the new two products as well. Also the iTunes metrics show the purchase of new products from the users. But it is not displayed under "Top In-App purchases". Only the first IAP is listed under that section.
iTunes purchase reports says that my first product has 5 times sales than the new two. Is that the reason new two products are not listed under Top In-App purchases". Can I see the all IAP offered by my app anywhere in the iTunes app product page?
There are 2 possible reasons for new inApp purchase not showing on iTunes under Top inApp purchases.
First reason is if you have recently used inApp purchase it could take some time to show up on the Top inApp purchases section
Second most important reason is that apple support team provided is "The In-App Purchases section of your app’s product page will contain the top In-App Purchases for the app only after a minimum purchase requisite has been reached. If the number of completed In-App Purchases doesn’t exceed the minimum threshold, this area will not appear"
In your case i think your new in App purchases are not enough used so that could be shown on iTunes on your product page.
I hope it will guide you.

Remove in app purchase item from new app version

I have a second 1.0.1 version of app in app store with some in app purchase items.
In new version I do not want to use one item and I want to delete it from IAP items.
Did anybody had some case like that?
I think just to not use IAP API to purchase or restore buying that item in new version and leave the item in itunes connect for the old version.
What do you think?
go on itunes connect and delete it from the in-app purchases module in your app
don't delete or remove from sale your purchase item in itunes connect. if you do; current users can't open/use that feature.
if you want to remove in app purchase in your app, just design your app without using purchase item (make it free), then submit.
so, current users can purchase that item without any problem until your app's new version release.
I suggest don't rush to delete your in app purchase item in iTunesconnect after new version released. Because some users may not update their app soon.

Resources