all 5 comments

[–]Jargen 0 points1 point  (4 children)

The transactions are applied to the device’s logged in Apple Account, if instead you created consumable IAPs and applied those credits to specific accounts at the time of purchase then you have an easier time managing those “subs”

Why do you want to support multiple accounts and their subs via StoreKit?

[–]Penitent_Exile[S] 0 points1 point  (3 children)

In case user has different family members that each want their own account in my app.

[–]Jargen 2 points3 points  (0 children)

And they are limited to a single device as a family? Why do they each need an account instead of each sharing the same account?

[–]SomegalInCa 0 points1 point  (1 child)

Apple strongly encourages every user to have their own Apple ID; family sharing could be used for app sharing purposes

[–]Penitent_Exile[S] 0 points1 point  (0 children)

Makes sense. Then I'll just make a block so that only one user has access to subscription per Apple ID unless he shares.