Hello,
I have a dependent Apple Watch App and SKProductRequest doesn't return products on watchOS 8 beta. On WatchOS 6 and 7 it's fine, so the IAP setup is fine.
The function "func productsRequest(_ request: SKProductsRequest, didReceive response: SKProductsResponse)" is called, but in the response all products are returned in the response.invalidProductIdentifiers and not in the response.products where they should be.
Anybody seeing the same issue?