If there is null value exist in object, I cant save it.
"user": {
"Id": "fmkmfkmfsmmfkkm4r43r",
"phoneNumber": "444543543543",
"password": null,
"name": "name",
"profilePicture": null,
"email": "secret@secret.com",
}
UD.setObjectForKey(this.state.user, 'user');
ERROR on Xcode: Property list invalid for format: 200 (property lists cannot contain objects of type 'CFNull')
If there is null value exist in object, I cant save it.
UD.setObjectForKey(this.state.user, 'user');ERROR on Xcode:
Property list invalid for format: 200 (property lists cannot contain objects of type 'CFNull')