lytics / ios-sdk

MIT License
0 stars 0 forks source link

Implement a method for removing set values on the profile. #52

Closed markhayden closed 1 year ago

markhayden commented 1 year ago

Right now there is no way to unset a specific value or set of values on the profile. You can use flush to blow it all away but if I want to unset just the email or firstName attribute there is no way to do that. If I pass an empty string in some cases that sets the value to nothing but in others it is ignored.

We need to determine our plan of attack here and put this on the roadmap as it wasn't in the original spec and isn't a HIGH priority item but it will definitely come up during implementations.