GoCarrot / teak-ios

Teak SDK for iOS
Apache License 2.0
3 stars 1 forks source link

[4.2.0] Crash if users.json does not reply with opt_out_* #69

Closed AlexSc closed 2 years ago

AlexSc commented 2 years ago

UserDataEvent's -toDictionary returns a dictionary with optOutEmail and optOutPush -- however these values default to nil and will not be overriden if users.json does not reply with those values. Creating an NSDictionary with nil values is invalid. This should be updated to insert [NSNull null], same as additionalData.