Billing Library 5.0 – Query purchases

Von |2022-08-25T12:20:08+02:00August 25th, 2022|Android Code Snippets|0 Kommentare

This is an example how to query the purchase list with the Google Play Billing Library 5.0 IF you want to get all the "active" subscriptions you can query the list with this piece of code: The subscription SKU´s are now stored i the purchaseList Array and you can query every sku in the list. [...]