如何保护 iPhone 应用程序免遭非法复制或黑客攻击以安装在另一部 iPhone 上
我是 iPhone 编程新手。我从少数人那里听说,即使 iPhone 应用程序是从 iTunes 上卖钱的,也有可能破解该应用程序并安装在另一部手机上。
这其中有多少是真实的?如果属实,有没有办法以编程方式控制我的应用程序不被非法复制到越狱或其他 iPhone 上?
I am new to iphone programming. I heard from few people that even if the iphone application is sold for money from itunes, it is possible to hack the application and install on another phone.
How much of this is true ? If true is there a way to programmatically control my application from getting illegally copied to jailbreaked or another iphone ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不。无法保证有人不会劫持您的代码并复制它。您可以使用各种不同的防复制技术来使其变得困难,但没有什么是万无一失的。坚定的破解者会简单地找到您运行的任何代码片段来检查设备 ID 等内容,并将其删除。
No. It is impossible to guarantee that someone won't hijack your code and copy it. You can make it hard by using various different copy-prevention techniques, but nothing is fool-proof. A determined cracker will simply find whatever pieces of code you run to check things like device id, and remove them.