How to set up google play console subscriptions in Maui app
I’m trying to implement the Google Play Billing Library in my Maui application for android. I need to set up subscriptions and offer codes in the app, and according to this thread https://learn.microsoft.com/en-us/answers/questions/1347017/im-curious-about-the-google-play-store-payment-fea I should be able to unlock the subscriptions in the play console when I upload an AAB bundle with the billing client initialized. However when I upload, it just says to upload an APK when I go to subscriptions to try and set them up. Here is the subscription manager class I tried to use inside of the Android directory. What am I doing wrong?