How to find out if the user is eligible for Free Trial with Billing Library? In other words, how to find out that the user had not availed Free Trial before? I didn't find any API that would help to know this for sure. And this information is not associated with the application account, but is rather related to the user's Google Play account. The user can create a new account in the application, but if he has already participated in the Free Trial, i.e. he before bought the subscription with Free Trial with his current Google account (in Google Play), he will see a message in the popup from Google "You've already participated in the free trial". The user can also change his google account in Google Play at any time. Therefore, storing the information that user already purchased the subscription on the server will not help. And I need to display this information on the app UI.