6

A similar question was already asked here, but wasn't answered. I'm developing iOS application for service that already has its own account system on their website. With your account you can subscribe for premium service to get additional features like high quality videos etc.

I'm trying to implement same functionality in iOS application. If user purchases subsription it has to be connected to his account in the system, not to his Apple ID. And if he logs out and authorizes with another account he cannot use subscription benefits and has to purchase another subscription for second account.

Can I implement this using in-app purchases?

hpique
  • 119,096
  • 131
  • 338
  • 476
Spail
  • 693
  • 1
  • 7
  • 21
  • possible duplicate of [In app auto-renewable subscriptions](http://stackoverflow.com/questions/5329336/in-app-auto-renewable-subscriptions) –  Aug 09 '14 at 21:15
  • Removed the RMStore tag. RMStore can be used to implement auto-renewable subscriptions, but the question does not seem to be about RMStore in particular. – hpique Aug 10 '14 at 17:23
  • @MikeW my question is a bit different. I know I'll have to synchronize with my webservice anyway. I'm wondering if it is possible to buy multiple subscriptions with one AppleID (for different accounts in my webservice) – Spail Aug 22 '14 at 12:42
  • 1
    Did you ever get this resolved? I need to do the same thing on my app. – Merkidemis Oct 10 '14 at 19:21
  • 1
    @Merkidemis not really. We ended up with simplified system. If a subscription (purchased via AppStore) is active then any user has premium service benefits on this device. If user wants to have this benefits on his website account when using browser then he has to attach his AppStore subscription to his account using specific API (one subscription can be attached to one account only) – Spail Oct 11 '14 at 15:48
  • Hey, @Spail did you get the solution? I'm stuck in exactly the same situation as yours – Romit Kumar Aug 06 '18 at 11:22
  • @RomitKumar check my comment above – Spail Aug 06 '18 at 13:36

0 Answers0