Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们正在使用robovm(0.0.11)和libgdx(1.0.0)开发游戏,当我们在ipad上启动ios应用程序时,有一个错误提示:ApplicationVerificationFail。但是当我使用相同的签名身份和配置文件创建第二个游戏时,就可以了!所以很奇怪,为什么我们的第一个游戏出现在 iPad 设备上的 ApplicationVerificationFail 呢?任何信息将不胜感激!提前致谢!
我已经解决了这个问题。
因为有中文名字的png,所以会有ApplicationVerificationFail!我们必须删除中文png并重命名app.mainClass和app.executable!希望对某人有帮助!同时感谢!