j3k0 / cordova-plugin-purchase

In-App Purchase for Cordova on iOS, Android and Windows
https://purchase.cordova.fovea.cc
1.29k stars 529 forks source link

[Android] Monetization.subscriptions APIs will replace InAppProducts API for subscription catalog management #1542

Closed HarelM closed 2 months ago

HarelM commented 2 months ago

This is more of a question than an issue I guess, or a feature request... I just got a mail from google about monitizaiton.subscription API that will be enforced in May 1st for existing apps. Here's the relevant kb article:

https://android-developers.googleblog.com/2023/06/changes-to-google-play-developer-api-june-2023.html?utm_source=email&utm_medium=newsletter&utm_campaign=Play-february24

image

Is this plugin supports this new API?

jellomaster commented 2 months ago

I think the monitizaiton.subscription API is used for the receipt validation and not related to this plugin. Your receipt validation code or service will need some updating if it wasn't already done.

HarelM commented 2 months ago

I use iaptic for receipt validation if I understand what you wrote. Thanks for the quick response!

jellomaster commented 2 months ago

You should be ok. Reach out to iaptic to cofirm.

HarelM commented 2 months ago

iaptic support said that I don't need to do any thing, great. Closing this issue then.