tags:

views:

31

answers:

1

is it possible to delete in app purchase while it is in rejected state?

i want to change product type:

from (i.e. consumable to non consumable)

A: 

No.

ITunes connect documents state that the unique identifier for the purchase item cannot be modified after it is create and a type is set.

I use a reverse dns scheme with a trailing letter to differentiate:

com.mycompany.myapp.item.c = consumable

com.mycompany.myapp.item.n = non-consumable

Chip Coons
can i remove in app purchase from associated app ? in order to completely remove in app purchase ?and providing only one time charge..no subsciption or any thing..
org.life.java
Not sure. Check the docs in iTunes Connect. You may be able to disable in-app purchase via the developer portal.
Chip Coons