Is there a way to allow subscriptions for multiple user accounts (on own backend) using the same apple ID? #1470
Unanswered
TheFrostage
asked this question in
Q&A
Replies: 2 comments
-
Same issue here. With this scheme our backend cant be the source of truth. Anyone can help ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Facing the same issue. Anyone have any tips? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone! I've been struggling to find a way to handle this one use case of my application.
I want to allow users to purchase auto-renewable subscriptions linked to their user profiles handled by my backend server.
This is the flow that reproduces the use case:
I understand that my backend server should be the source of truth about subscriptions and stuff. Where I'm struggling is on step 5, and I don't understand how to either allow users to purchase multiple subscriptions or to "soft-lock" them.
Beta Was this translation helpful? Give feedback.
All reactions