0

I developed an app for iPhone in xcode 4.6, i got a strange behavior while installing the ipa file in my iOS7 device from server.My app icon appears twice. App works fine with a original icon but the duplicate one ... even i am unable to delete it. you can observe in the below screenshot..

please check the marked icons

please check the marked icons. Please help me to get out of this issue. it only happens for ios7, same binary works fine in ios6 device with single app icon.

4

2 回答 2

1

从服务器下载应用程序时,我遇到了类似的问题。当您的应用程序包中的 info.plist 中的包标识符与您下载 ipa 的服务器上的 plist 文件中的包标识符发生冲突时,就会出现此问题。如果两个包标识符完全匹配,您将不会遇到此问题。

于 2013-12-02T13:48:48.520 回答
1

问题会解决,请重新安装二进制文件然后它会显示等待图标,到时候删除该图标并按照您的 xocde 上的以下图标查看这是通用应用程序,所以我使用所有图像,如果您在 xcode4.6.3 上运行然后使用 Icon-60@2x.png 为 iphone 和 Icon-76.png 和 Icon-76@2x.png 为 ipad

于 2013-10-23T05:10:02.523 回答