I'm investigating using the new Play Billing Library, and one thing I'm concerned about is the products introductory prices.
I'm wondering if there is a way to retrieve the introductory prices with the new library. As far as I know it could be done with the Google Play In-app Billing APIs as described in this Stackoverflow question, but I can't find a similar approach using the new Billing library.
Has anyone come through this before?
You should just query SKU details and use getIntroductoryPrice() method for the items from the result list.
P.S. It was added recently into 1.0 release. So if you got the library within first days of the release, you should clear your gradle cache and
/build
folders to re-download an updated release.