Hello,
I'm developing an application that allows purchasing a subscription. There's only one type, monthly. I have the APK uploaded in closed testing and linked correctly with RevenueCat, or so I think. The problem is that I can't seem to execute the Purchase function correctly. I'm not sure if I'm using the appropriate ID. What should I use?
Here i selected the Monthly Package but when I try tu buy it says in a popup:
"We couldn't find the item you were trying to purchase."
This is my Product Page on RevenuCat, i linked it with my playstore subscription:
I don't know which Package ID i have to put in th Purchase function. In all the tutorials I've seen they don't put directly the ID. I can't seem to find a way to get it
I would greatly appreciate some help, thank you very much.๐
[SOLUTION]
As I only have 1 package, I get the packages from the current offering and selected at index the first. Still didn't work in that way, so finaly I downloaded the code and changed in pubspec.yaml the version of collection to ^1.18.0 (collection: ^1.18.0).
Then I run the app on my virtual phone, with google play installed and logged in with my account.