Adobe AIR 锁定
我正在 Adobe AIR 中编写一个程序,需要锁定它,以便它只能在购买的每个许可证的一台计算机上运行。
我最初打算自己编写它,并且在最后一个问题中得到 SO 用户的大力帮助,决定根据体系结构和操作系统调用外部程序。然而,由于时间限制 - 以及希望轻松保持 AIR 的跨平台优势 - 我想知道是否有一种方法可以从 AIR 内部实现这一点,例如第 3 方库。
任何想法都会受到欢迎。
I'm writing a program in Adobe AIR and need to lock it so that it only works on one computer per license bought.
I was originally planning on writing it myself and, with some great help from SO users in my last question, decided to make a call to an external program depending on the architecture and OS. However, due to time constraints - and a wish to easily keep the cross-platform advantage of AIR - I'm wondering whether there's a way to do it from within AIR such as a 3rd party library.
Any ideas would be welcome.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我正在为 AIR 应用程序研究同样的事情,以下是我正在研究或已入围的服务提供商:
由于您发布此问题已经有一段时间了...请分享您学到的任何内容或您如何解决它。
I am in the process of researching this same thing for an AIR application, below are the service providers I am researching or have shortlisted:
Since it has been a while since you posted this question... please share anything you have learned or how you solved it.