Triple-T / gradle-play-publisher

GPP is Android's unofficial release automation Gradle Plugin. It can do anything from building, uploading, and then promoting your App Bundle or APK to publishing app listings and other metadata.
MIT License
4.1k stars 339 forks source link

Missing support for Subscriptions API #1067

Closed vlad-roid closed 3 months ago

vlad-roid commented 1 year ago

gradle-play-publisher 3.7 only supports legacy subscription products created last year or earlier, not new ones from this year which are not returned at all by the In-App Products API and have a very different structure image

Please add support for the Subscriptions API, otherwise there's no way to use the library for those as they're not even generating by bootstrapListing --products.

vlad-roid commented 1 year ago

@SUPERCILEX sorry do you know if this is coming soon? InApp Products API is pretty much deprecated, there's no turning back to it unfortunately and bootstrapListing --products isn't returning the subscription products.

SUPERCILEX commented 1 year ago

That's a bummer, but I don't actively maintain this plugin anymore. That said, I'm happy to review PRs.