In-App Purchase status - in-app-purchase

I have a question. I had some in-app purchase products, all consumable. The Apple rejected the app, because some of that products should be non-renewing subscription products. So I created a new products as non-renewing subscription and status of that products is "Ready to Submit", so everything is ok, but 3 of my products must be consumable and when the Apple rejected the status of that products was "Developer Need Action", but when I changed some languages and price, the status changed to "Waiting for Review". Now when I want to upload a new binary I can only select the subscriptions products, there are not on the list my consumable products. When I select only subscription products and upload binary will Apple check also my consumable products and will they be available when Apple acceppt the app?
Greets

Related

Can't delete auto renewable subscription item that is 'in review' status on the app store connect?

My application got rejected and I've got this reply from Apple:
"Your app uses auto-renewing subscriptions, but it is not an appropriate use of the service. Specifically, your app still offered its digital content as auto-renewable subscription, however they have an expiration date (date they will no longer be available)."
Then I tried to remove them and added them to the Consumable type. But some of the items in the auto-renewable subscription are 'In Review' status. Is there any way to remove/delete the subscription items that status is 'In Review'.

We noticed that the different durations of your auto-renewable subscriptions were still created as separate in-app purchase products

i have create 3 different auto renew subscription of different duration in same subscription group.
Weekly,Monthly,Yearly within 1 subscription group.
App reject for below reason
Guideline 3.1.2 - Business - Payments - Subscriptions
We noticed that the different durations of your auto-renewable subscriptions were still created as separate in-app purchase products, rather than as different durations within the same subscription group.
Firstly i have Created 3 in app purchase products in 3 subscription group. So From apple store, They rejected my app with the reason "We noticed that the different durations of your auto-renewable subscriptions in saperate Group."
After that i have created 3 new In app purchase products in and used them in my app. But i haven't remove it from apple developer Console and submit my app for review.so again they reject app with the same reason "We noticed that the different durations of your auto-renewable subscriptions in saperate Group."
After that i remove old In app purchase products from apple developer console and submit old binary for review and App Approved.
so just create new in app purchase product with same subscription group rather than different group and Remove OLD in app purchase IDS from apple developer console.

Does Apple allow changing from Non-consumable IAP to Subscription? [duplicate]

I've had in-app purchase feature with non-consumable pricing in Apple Store. And the app has pricing to use it.
How to change non-consumable to auto-renewable subscriptions? Somehow keep user who purchased the app. And new user charge with auto-renewable subscriptions.
No you can't change it, just make sure in your App, you use
[[SKPaymentQueue defaultQueue]restoreCompletedTransactions];
Restore old purchase and check if you find that the user has purchased the non-consumable product (old users), restore the product for free. If user has not purchased that product before (new users), ask them to purchase the new auto-renewable subscriptions.

Why Consumable Product is purchased for multiple times?

I have created consumable product for In App purchase in Appstore connect.Whenever I buy the items I am able to purchase Why it is not showing that the product is already purchased????

How to change non-consumable to auto-renewable subscriptions and keep old user?

I've had in-app purchase feature with non-consumable pricing in Apple Store. And the app has pricing to use it.
How to change non-consumable to auto-renewable subscriptions? Somehow keep user who purchased the app. And new user charge with auto-renewable subscriptions.
No you can't change it, just make sure in your App, you use
[[SKPaymentQueue defaultQueue]restoreCompletedTransactions];
Restore old purchase and check if you find that the user has purchased the non-consumable product (old users), restore the product for free. If user has not purchased that product before (new users), ask them to purchase the new auto-renewable subscriptions.

Resources