Editing Info.plist possible programmatically?

Probably write in info.plist is not good idea and it doesn’t work because you are trying to write the dictionary to a .plist file inside your App bundle, which is read only. Thus it would not work and also would have more rejection chances even if you get it done other way.

BTW why Info.Plist only? I mean why you can not have it in other way e.g nsuserdefaults or sql

Leave a Comment