开发者

Get email address of publisher given app package name

开发者 https://www.devze.com 2023-01-24 14:30 出处:网络
Is there a way to determine the email address of an Android Market publisher given the package name of an app they own?

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号