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!
To add - The introduction of StoreKit 2 does not change the appStoreReceiptURL, how the appStoreReceipt is updated on the completion of a successful transaction, nor the content in the appStoreReceipt content for a StoreKit2 enabled app. The app process can upload the content of appStoreReceiptURL to your server and from there validate the contents in the same manner that it always has the cross checking as mentioned in the previous response.
rich kubota developer technical support CoreOS/Hardware/MFI