关于android LVL'响应代码
我正在我的一个应用程序中实施许可服务。无论我为测试帐户设置什么响应代码,它总是会调用allow()函数。即使是没有测试帐户的手机。
但我认为没有测试帐户的手机应该收到 NOT_LISCENED 响应代码 任何时候,不是吗?
i'm implementing the licensing service in one of my apps. No matter what response code i set to the test account,it always invokes the allow() function.Even the phone without the test account.
But i thought the phone without the test account should receive the NOT_LISCENED reponse code
at anytime.Isn't it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
LVL 测试响应将发送回具有您的发布商帐户的手机以及任何具有测试帐户的手机。
The LVL test response will be sent back to a phone with your publisher account as well as to any with test accounts.