objective c - IOS IAP: Buying same item multiple times -
hello developer community,
please let me know think best idea solve problem, 1 item cannot sold multiple times if non-consuming.
background: have product dropbox. can buy packages space e.g.:
package 1: 100 mb package 2: 200 mb package 3: 300 mb
every package 1 year valid.
3 month before package ends, should possible customer buy same package next 365 days or in other words extend bought package für 1 more year.
example: user buys package 100 mb on january 1st. on october 1st can open store inside app , sees again same 300 products:
package 1: 100 mb package 2: 200 mb package 3: 300 mb
problem: non-consumable, can buy 1 item once. should (dirty :-)) tricks put different product identifiers same thing year?
100mbfirstyear 200mbfirstyear 300mbfirstyear
100mbsecondyear 200mbsecondyear 300mbsecondyear
questions: 1.) best approach this? 2.) how should name product ids?
best regards fipsi
why didn't use subscription iap
subscriptions:: can provide access content in app on time-limited basis – making user purchase subscription continue access content. examples subscribing electronic magazine, or subscribing unlock feature in app month.
check tutorials on how use in-app purchases: non-renewing subscription tutorial
Comments
Post a Comment