iPhone:更改应用程序名称和图标
我是 iPhone 编程新手。 我在 Xcode 中创建了一个应用程序。我想更改应用程序名称和图标。但是我可以更改应用程序名称(显示在 iPhone 中的应用程序图标下方)和 plist 中的图标。 我想问是否有其他方法或技巧可以用来更改图标和应用程序名称。
我的项目需求是最终用户希望经常更改应用程序名称和图标
I am new to iPhone programming.
I created an application in Xcode. I want to change the application name and icon. However I can change the application name (which is appeared below the icon of application in iPhone) and icon from plist.
I want to ask that whether there are any other method or trick which i can use to change the icon and application name.
My project requirement is that end user want to change application name and icon frequently
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
据我所知,最终用户绝对无法更改通过 App Store 分发的应用程序的应用程序名称或图标。我相信在越狱手机上可以做到这一点,但我不是该领域的专家。
As far as I know there is absolutely no way for the end user to change the application name or icon of applicaitons distributed via the App Store. I believe it would be possible to do this on jailbroken phones, but I'm not an expert in that area.
杰伊是对的。您需要在 info.plist 文件中指定应用程序的图标和名称。这些值无法动态更改。如果您想更改名称或图标,您需要在 xcode 中修复它们并向 Apple 提交更新以获得批准。
__麦克风
Jay is correct. You need to specify an icon and name for your app in the info.plist file. Those values can't be changed dynamically. If you want to change the name or the icon, you would need to fix them in xcode and submit an update to Apple for approval.
__mike
我不同意上述答案。
请去看看 Itune 上的免费应用程序“OneTap”(或“onetap”)
您将看到您可以使用自己的图标图像创建一个动态的新应用程序。
I disagree with the above answers.
Please go take a look at the free app on Itune, "OneTap" (or "onetap")
you will see that you can create a dynamicly new app with your own icon image.
cydia 中肯定有一个应用程序可以完成此操作,但您必须越狱您的 iPhone 或 iPod touch
There's definitely an app in cydia to accomplish this but you must jailbreak your iPhone or iPod touch