flutter: PlatformException(5, Couldn't find product., {code: 5, message: Couldn't find product., underlyingErrorMessage: , userCancelled: false}, null

21 views Asked by At

I am facing this issue while implementing the in-app subscription in my Flutter app using Revenucat. Here is my code:

ElevatedButton(
                onPressed: () async {
                  await Purchases.purchaseProduct('monthly');
                },
                child: const Text('Try fo free'),
              ),
0

There are 0 answers