如何为两个不同的应用程序获取相同的服务器响应数据?

发布于 2024-12-06 15:42:32 字数 90 浏览 0 评论 0原文

我正在使用 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 技术交流群。

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

发布评论

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

评论(1

甜警司 2024-12-13 15:42:32

仅当您为两个应用程序使用相同的 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.

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