在游戏源文件里发现了这么一行猥琐的代码
“CrackDevice” = “Invalid service route tracked. Service will be restricted when inappropriate access is continued for gameplay.”;
“IAPInvalied” = “In-app purchases are not allowed.”;
“OK” = “OK”;
“Purchase” = “Purchase has been completed.”;
“ReceiptInvalied” = “There was an unexpected error with your transaction.”;
“Title” = “Arel Wars2”;
这个代码说明……gamevil对越狱的机器做出了限制
那么解决方案就有了!
用手机助手或者是i-funbox等等的能查看ios设备系统文件的工具,打开游戏安装目录,找到这个文件:/zenonia5.app/ResourceRules.plist
用记事本打开,Ctrl+H,将所有的true都改成false
保存覆盖回去,这样我们的准备工作就完成了。
接下来要准备一个工具插件,因为这个bug是由于gamevil(刚刚想缩写gv的……略过这一段……)所给出的限制,那么一个类似的开关插件应该不会缺少,
楼主用的ncssetting,这个直接在cydia里搜索安装,在设置里启用就好~