My Apple Watch app has an companion iOS app, my steps are:
- Purchase subscription on iOS app (with a success)
- Try to call `restorePurchase` method on my Apple Watch app
- It always shows messages like “receipt not valid”
I am using StoreKit to test on both simulator and real device, both doesn’t works and shows “receipt not valid” message
If I don’t use StoreKit method to test, calling `restorePurcahse` or `purchase` always shows message telling me to login on iPhone Apple Watch app:
Does anyone know how to correctly check if a user has purchased a subscription on Apple Watch (with a companion iOS app)?
Thank you