With the introduction of StoreKit 2, is it possible to validate a subscription from another app (within the same developer account)?
We have an app for iOS & macOS that share a subscription but have different identifiers (app bundle id and the IAP product ID). Currently, we need to sync the subscription status from iOS to macOS and vice versa.
Thanks!