Context:
- i have an app live on google play.
- everything works fine
- i add a suffix to package name to create another flavor of the app
- i publish this new app to closed testing and add a list of testers
- i create new app on Revenue cat (same package name as my new flavor)
- i add the same Service Account credentials JSON for new app as the one for existing live app where everything works fine
- i added 2 products in revenueCat for this new app. the Identifier for each product is matching the Product ID on google play for that new app subscriptions. Each product has the same entitlement as existing app products. all are sharing the same entitlement.
- I am checking the Debug info for this new app:
- when i am checking the logs, i can see , Products request finished for : {my products}
- Retrieved skuDetailsList: SkuDetails: {"productId":… ] - here i have all the products, but then i can see the next row of logs : Requesting products from the store with identifiers: {my products}, Products request finished for {my products}, Retrieved skuDetailsList: { empty!!! }
I am out of ideas, any hint what could not work for this new app (that is not in production, but on closed testing on play store, already approved) ?