Ive been pretty stuck on this local purchase testing. The documentation says to use `await Purchases.setDebugLogsEnabled(enabled)` but it is deprecated and I switched to` await Purchases.setLogLevel(LogLevel.debug);` however, i could never purchase anything locally.
Locally, the products do load but when I go to purchase it says “The item you requested is not available for purchase”
Searching for answers, I then uploaded the build to google play store. I can do purchase there, but obviously I cannot debug if it’s in google test.
I watched some youtube videos, the guy shows that he can purchase on emulators. I am unable to do that.