Ans :
Null or NSNull value type is not supported in info.plist file. Base type of info.plist file is array or dictionary. In array or dictionary, you can save only following type :
Null or NSNull value type is not supported in info.plist file. Base type of info.plist file is array or dictionary. In array or dictionary, you can save only following type :
- Array
- Dictionary
- Boolean
- Data
- Date
- Number
- String
No above type supports nil value. They are not optional. So null or nil value can not be stored in info.plist file.
No comments:
Post a Comment
Thanks