0
votes

If app user 1 purchases a subscription and later he cancels it after some renewals and now app user 2 want to purchase a subscription from the same itunes account, so is this possible and if, how should we handle this on server side?

2

2 Answers

1
votes

one itunes account can be use as one subscription only but if you said user 1 already cancel subscription then obviously if another user come to register with the same itunes account that user is possible to purchase a subscription because previously user1 cancel his subscription once his cancel you can use flag on database side that this user in cancel subscription and now whoever is using this account can re subscription or purchase new subscription service

but if user1 decided to purchase another subscription with an existing subscription of user2 now it impossible since they shared same itune account

0
votes

Yes, it is possible. And to handle it you have to save the Subscription receipt over the server and every time map the new receipt over the server with other receipts. if it does not exist over the server (for your current user) then it's the in-app purchase from new apple id or it's purchased again.