ios developer
ios developer

Reputation: 3473

Remove inApp purchase after rejection

I had submitted the application on iTunes.It has some problem with inApp purchase. So the binary got rejected.

The inApp :- Nonconsumable

now i had remove the inApp functionality from the application. How can i disable the inApp from the itunes. I remember there is one Tickmark option for inApp in metadata.. Which i had selected..But now it is not appearing..

Upvotes: 1

Views: 131

Answers (3)

Aman Aggarwal
Aman Aggarwal

Reputation: 3754

Delete your in app purchase and then upload new binary. Steps to delete in AppPurchase

 1. Login to intunesconnect.
 2. Manage Application.
 3. Select your app.
 4. Manage Inapp purchase.
 5. Select in app purchase already created.
 6. Delete it.

Now click ready to upload binary, and upload your binary to store.

Upvotes: 1

Mahmoud Fayez
Mahmoud Fayez

Reputation: 3459

Here is the steps I believe you should take.

1- Upload a new binary

2- Reject the binary yourself

3- delete in-app purchase items

4- mark the app ready for upload

5- upload a new build without the in-app purchase code

Upvotes: 1

Apurv
Apurv

Reputation: 17186

AFAIK, you will have to create a new application on iTunes store with out having in-App feature configured to it.

Upvotes: 0

Related Questions