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
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
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.