SKProductRequest does not return products on watchOS 8 beta 8

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?

Same issue here. Works fine on watchOS 7 but not on the latest watchOS 8 beta. Same code works just fine also on iOS 15 beta.

SKProductRequest does not return products on watchOS 8 beta 8
 
 
Q