Can a user purchase multiple non-renewing Apple subscriptions to extend their expiration date? [closed]

有些话、适合烂在心里 提交于 2019-12-05 11:48:02

Yes.
My app uses Non-Renewing Subscriptions and if a user purchases a 1-Month subscription twice, iOS will allow it and I've chosen to allow it. In that case, I just add the durations together to give the user 2 months. Typically, iOS will pop up an alert (image below) telling the user "You've Already Purchased This Subscription. Tap Buy to renew or extend it."

I think it would be a good idea to limit the cumulative length of a subscription. You'd have to check their account on your server and then hide or disable the purchase button in the app since once the user starts a purchase, I'm pretty sure you can't interrupt or cancel it from your server.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!