3

Is there a way for a Google Android developer to get email notifications whenever a user purchases my app(s)?

I know there's a Google Checkout purchase history, but would prefer email notifications.

Thanks!

oschloebe
  • 386
  • 1
  • 2
  • 16

1 Answers1

3

Not sure why this is down voted. There is not such option in the developer console or Google Checkout. If you are processing your IAB orders on your own server, you can send notifications your self. You could also poll the Checkout API and send notifications periodically.

Nikolay Elenkov
  • 52,576
  • 10
  • 84
  • 84
  • Too bad this is still the case. I wanted to get vibrations whenever someone makes an in-app purchase for fun. – nurettin Jan 24 '17 at 12:46