Scenario: The in-app billing from Google play store is well implemented inside my Android application. When a successful transaction is made, the application inform the back-end; using an HTTP hit, that a successful purchase has been made, in order to get the items bought from the HTTP reply.
Problem: I need to prevent hackers from buying items using hacking application on rooted devices.
Question: How can this purchase be verified with Google play store from the back-end side (.net framework) ?
Note that my colleague; who works on IPhone development, found a way to verify the purchase.(IPHONE purchase verification)
So Is there a way to do it on Android too ?