Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get email id or order id to database when user purchases my app from play store

Tags:

android

I want to get order id or email id of user when he purchases my app from play store.

I want that when ever user purchases my app, the order id gets stored in my sql database. Next when user signup from my app and enters order id, that order id can be validated with stored order id.

Or if I can get email id used for that purchase then I can store that purchase with that email id.

Thanks

like image 677
Anku Agarwal Avatar asked Feb 07 '18 11:02

Anku Agarwal


1 Answers

It cannot be done.

You cannot get the order IDs of customer purchases.

like image 70
Tom Alabaster Avatar answered Oct 05 '22 20:10

Tom Alabaster