How to verify purchase for android app in server side (google play in app billing v3)
问题 I have a simple app (needs user login with account). I provide some premium features for paid users, like more news content. I need to record if the user has bought this item in my server database. When I provide data content to user's device, I can then check the user's status, and provide different content for paid user. I checked the official Trivialdrive sample provided by Google, it does not provide any sample code for server-side verification, here are my questions. I found the sample