xcode iPhone :更改应用程序名称和图标
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1507839/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
iPhone :Change Application Name and icon
提问by Rupesh
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.
我是 iPhone 编程的新手。我在 Xcode 中创建了一个应用程序。我想更改应用程序名称和图标。但是我可以更改应用程序名称(出现在 iPhone 应用程序图标下方)和 plist 中的图标。我想问一下是否有任何其他方法或技巧可以用来更改图标和应用程序名称。
My project requirement is that end user want to change application name and icon frequently
我的项目要求是最终用户想要经常更改应用程序名称和图标
回答by Jay
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.
据我所知,最终用户绝对无法更改通过 App Store 分发的应用程序的应用程序名称或图标。我相信可以在越狱的手机上执行此操作,但我不是该领域的专家。
回答by Hivebrain
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.
杰是对的。您需要在 info.plist 文件中为您的应用程序指定一个图标和名称。这些值不能动态更改。如果您想更改名称或图标,则需要在 xcode 中修复它们并将更新提交给 Apple 以供批准。
__mike
__麦克风
回答by user2467000
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.
我不同意上述答案。请去看看 Itune 上的免费应用程序,“OneTap”(或“onetap”)你会看到你可以用你自己的图标图像创建一个动态的新应用程序。
回答by Charles k
There's definitely an app in cydia to accomplish this but you must jailbreak your iPhone or iPod touch
cydia 中肯定有一个应用程序可以完成此操作,但您必须越狱 iPhone 或 iPod touch