Get email address of publisher given app package name
Is there a way to determine the email address of an Android Market publisher given the package name of an app they own?
I.e. Given the package name com.acme.app I would get back dev@acme.com?
And before anyone asks, I don't want to spam devs, I just need a way to prove that if a dev says they own com.acme.app they really do own开发者_StackOverflow社区 it by sending them an email linked to that app and getting them to click on a confirmation link etc.
Thanks
Via the Android SDK, no, there's no way to do that.
You can, however, reverse engineer the Android Market protocol (based on protobuf
, IIRC) and you'll be able to fetch the dev's email this way. There are many sites out there doing just that (i.e. cyrket) and I bet you can find some documentation on how to do it.
Sam
Android Market API is designed just for that.
Thank them.
精彩评论