如何为两个不同的应用程序获取相同的服务器响应数据?
我正在使用 LVL 来获取服务器响应数据。我想知道我是否可以为两个不同的应用程序获取相同的服务器响应数据,如果可以,我必须在 LVL 中进行哪些更改才能使其成为可能?
I'am using LVL to get server response data. I want to know if I can get the same server response data for my two different applications and if so, what changes I have to do in LVL to make it possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
仅当您为两个应用程序使用相同的 SALT 时,才会发生这种情况。我还修改了 LicenseCheckerCallback 以将用户 ID、包名称和版本代码返回给应用程序。然后我将其存储以供本地使用。好的部分是我现在可以进行一次激活检查。但是版本号升级了我还得再做一次。当然,在要求 LVL 检查之前,我首先检查本地存储是否有效。
This can only happen if you are using the same SALT for both your applications. I am also modifying LicenseCheckerCallback to return userid, packagename and versioncode to the application. I then store it for local usage. The good part is that I can now do activation checks once. But I have to do it again when the version number is upgraded. And ofcourse I check the local storage first for a valid activation before asking LVL to check.