ios - Need to combine consumable and non-reniewing subscription in one purchase -


i need combine 2 types of app-purchases in 1 item -- example purchase should be:

5 bananas / 6 months  

so can buy 5 bananas in app, can eat/use them 6 months.

how can implement this? normal usage of purchases? thx.

i don't think possible. seems have pick 1 of 2 because plan seems violate of apple's guidelines.

according apple:

because non-renewing subscription requires user renew each time subscription ends, app must contain code recognizes when subscription due expire , prompt user purchase new subscription.

so if consumable cannot extended rejected.

additionally, consumables

are used 1 time

you cannot allow expire before used.


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -