Apple Subscription

gingagaminggingagaming FREELANCE GS DEVMember Posts: 1,696

I have an old client who has asked me to change his game from free with IAP to a monthly Apple subscription. Is this handled like an IAP with a product_id in the purchase table (and then I have to add rules to track that sub) or just handled by Apple their end (as they require a product_id on submission). As you can guess, I haven't handled a sub before! Any guidance appreciated.

Comments

  • adent42adent42 Key Master, Head Chef, Executive Chef, Member, PRO Posts: 3,328

    From what I remember, you can't do that "up-front". Basically it would still be Free with IAP. It's just everything would that the IAP is a Subscription and everything would be locked behind the IAP. The only other options that sort of matches that is getting into Apple Arcade?

  • gingagaminggingagaming FREELANCE GS DEV Member Posts: 1,696

    What he wants is to remove the IAP and make the game whole but then instead of paying a one time payment for the game instead pay a subscription to apple

  • adent42adent42 Key Master, Head Chef, Executive Chef, Member, PRO Posts: 3,328

    Unfortunately, I don't think that's possible. It's either one time payment. The only way to do subscriptions is via IAP.

  • gingagaminggingagaming FREELANCE GS DEV Member Posts: 1,696

    Thank you adent42. I dont mind doing it via IAP, I just want to know if I have to manage the subscription. (For example, timestamp and expire and limit the access) or does apple do this and all I need to do is add the product_id to the table?

  • adent42adent42 Key Master, Head Chef, Executive Chef, Member, PRO Posts: 3,328

    I'll double check but i think the subscription IAP's status is based on the status of the subcription, so all you need is the table value and to check if the purchase is valid in the table.

  • adent42adent42 Key Master, Head Chef, Executive Chef, Member, PRO Posts: 3,328

    Yah, so if the iOS IAP statuses for a subscription are "purchased" when active and "expired" if purchased but no longer active.

  • gingagaminggingagaming FREELANCE GS DEV Member Posts: 1,696

    Perfect, thats just what im looking for. So Apple changes the status and I just react to that

Sign In or Register to comment.