I need to rename my app using code. The procedure is i give a name through my app and it should be my app name there after. I can change it again through my app. Can any one help? Any help is appreciated
Thanks
Rakesh Kiron
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is not possible once the app is installed on a device. Since the name is specified in the Info.plist and the Info.plist is in the bundle and you can not write to the bundle once installed, this is impossible.
http://developer.apple.com/library/ios/#documentation/general/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html#//apple_ref/doc/uid/TP40009249-SW1