【发布时间】:2012-07-20 16:41:38
【问题描述】:
可能重复:
How to find Gmail account associated with Android Market?
在 Android 中,是否有一种简单的代码方法可以检测用户是否使用 gmail 地址将他们的手机链接到 Google 电子市场?
【问题讨论】:
标签: android google-play
可能重复:
How to find Gmail account associated with Android Market?
在 Android 中,是否有一种简单的代码方法可以检测用户是否使用 gmail 地址将他们的手机链接到 Google 电子市场?
【问题讨论】:
标签: android google-play
在我看来,此时问的正确问题是,“你真正想做什么?”
我能想到的最明显的用例是验证用户是否合法使用您的应用,在这种情况下,您可能会在应用程序许可中找到正确答案:http://developer.android.com/guide/google/play/licensing/index.html
我能想到的下一个最明显的用例是您想帮助用户安装某些东西,在这种情况下,您的答案可能是链接到您的应用程序:http://developer.android.com/distribute/googleplay/promote/linking.html
对于其他情况,答案可能从客户经理开始。在这里试试:http://developer.android.com/training/id-auth/identify.html
【讨论】: