LVL 总是回调 dontallow()

发布于 2024-12-23 08:11:10 字数 806 浏览 1 评论 0原文

可能的重复:
无法让 Android Market 许可 (LVL) 可靠运行。几乎总是返回 RETRY

我的问题与 Android 完全相同CheckLicense 始终执行尚未得到答复的“dontallow”方法

它还与 无法获得 Android Market 许可 ( LVL)工作可靠。几乎总是返回 RETRY。我已经检查了这些答案并遵循了建议,但这似乎不起作用。

我不知道为什么我总是收到不允许的回调。我已经在开发人员控制台上添加/注册了一个测试帐户,无论我在控制台上设置什么许可证测试响应,我仍然得到不允许。我正在使用设备来测试我已将测试帐户添加为帐户的一部分。

有什么想法吗?这是一个已知问题吗?

谢谢。

Possible Duplicate:
Cannot get Android Market Licensing (LVL) working reliably. Almost always returns RETRY

My question is precisely the same as Android CheckLicense is always executing the "dontallow" method which has not been answered.

It's also related to Cannot get Android Market Licensing (LVL) working reliably. Almost always returns RETRY. I have checked those answers and followed the suggestions but that does not seem to be working.

I am not sure why i always get a dontallow callback. I have added/registered a test-account on the developer console and no matter what license test response i set on the console, i am still getting dontallow. I am using a device to test where i have added the test-account as part of the accounts.

Any idea? Is this is a known issue?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

兰花执着 2024-12-30 08:11:10

我见过人们犯的最常见的错误是忘记将他们的应用程序上传到 Android Market(它不必发布,但至少需要作为草稿上传)。

您还必须使用与 Market APK 所用相同的签名密钥进行测试。换句话说,您需要运行应用程序的发布版本,而不是调试版本(使用调试签名密钥)。

最后,如果这是现有应用程序,请确保您已在本地 APK 和上传到 Market 的版本上增加应用程序的版本代码并请求 com.android.vending.CHECK_LICENSE 权限。 (如果您忘记执行其中任何一项操作,许可证验证服务器将不知道如何响应您的应用程序的请求。)

The most common error I've seen people make is forgetting to upload their app to Android Market (it doesn't have to be published, but at least needs to be uploaded as a draft).

You also have to be testing using the same signing key as what was used for your Market APK. In other words, you need to be running a release build of your app, not the debug build (which uses a debug signing key).

Finally, if this is an existing application, make sure you've incremented your app's version code and requested the com.android.vending.CHECK_LICENSE permission, both on your local APK and the version uploaded to Market. (If you forget to do either of those, the license verification servers won't know to respond to requests for your app.)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文