Thanks, I'll have a look!
Basically, I want to show in my app if a user is already subscribed to the individual plan or the family plan, and in the case of the family plan, if he's the owner or not.
In the case where a user is subscribed twice, when using the status Instance Property on Product.SubscriptionInfo, we will have at least two statuses. It's our job to make sure we offer the higher level of service. But are all the information provided in a single status specific to a subscription? For example, are the renewalInfo related to the individual plan or the family plan? Can we know that? Same for the transaction in the https://developer.apple.com/documentation/storekit/product/subscriptioninfo/status/3822294-renewalinfo?
Also, it seems possible to access the latestTransaction for the individual product and also the latestTransaction for the family product.
Topic:
App & System Services
SubTopic:
StoreKit
Tags: