Icon-72,icon-small,icon-small-50,icon.png问题
我创建了一个与 iOS3/iOS4 兼容的通用应用程序(iphone/ipad)。当我只使用一个 icon.png 时,它运行良好并且只显示一个图标。
当我将 Icon-72.png、icon-Small.png 和 Icon-Small-50.png 添加到资源文件夹时,它开始在 iphone 模拟器 4.2 和 ipad 模拟器 4.2 的主屏幕上显示 3 个应用程序图标。在 ipad 模拟器 3.2 中,它在主屏幕上显示两个图标。而在 iphone 模拟器 4.0 和 4.1 中,它只显示一个图标。为了解决这个问题,我创建了 CFbundleIconFiles 并使用了正确的图标命名约定,但它仍然显示相同的问题。
我该如何修复它?
I have created a universal application(iphone/ipad) which is compatible with iOS3/iOS4. It was running fine and showing only one icon when I was using just one icon.png.
When I added Icon-72.png,icon-Small.png and Icon-Small-50.png to resource folder then it started to show 3 app icons on home screen in iphone simulator 4.2 and ipad simulator 4.2. While it shows two icons on home screen in ipad simulator 3.2..And it shows only one icon in iphone simulator 4.0 and 4.1. To fix it, I created CFbundleIconFiles and used correct naming convention for icon but it still shows the same problem.
How do I fix it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来您更改了 Bundle ID,因此当您部署时您会看到该应用程序的另一个版本。只需删除具有旧捆绑 ID 的应用程序即可。
Sounds like you changed the Bundle ID so when you deployed you saw another version of the app. Just remove the apps with the old bundle IDs.