I want to enable in-app purchases in my flutter app, but currently I'm not getting the product list from the google play store. For the first step, I want to implement in-app purchases for android.
From my understanding, a submitted app package is necessary, so I uploaded a valid and signed app package in the closed testing track (not rolled out yet (!)). After that, I was able to create subscriptions.
But I cannot find the subscriptions in the app. What have to be done to make the products/subscriptions visible in the debugger? To actually buy subscriptions, I need the licensing key. But for requesting the available products/subscriptions the key is not necessary, or?