androidpublisher_v3 - no support for mandatory new google subscription purchase api
pmcam opened this issue · 3 comments
The new google play billing library requires a mandatory upgrade from Method: purchases.subscriptions.get to Method: purchases.subscriptionsv2.get however this method is not available in this repository. Currently the only way to request the google subscription purchase object is with the deprecated method located here
Can we please get support for the current version added here as we are not able to modify our google subscription products until we complete this upgrade https://developer.android.com/google/play/billing/compatibility.
It seems the v2 method was merged in this PR however it's not available in main & latest release 🤔
@pmcam May be you can use get_purchase_subscriptionsv2
This is available now