-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to remove a user property #71
Comments
haven't seen them all but I imagine, will look into it. for reference, do you have an example of which provider allows you to remove? |
This depends on the provider, and some providers might need to map nil to another method or value.
I'd suggest we remove the early return inside /cc @briomusic |
+1 I'd be good to add to that 'analytics reset' which would clear and reinit all stack - eg. after logout. Currently I am manually checking if
|
The current API doesn't allow for removing of a user property, there is no remove method and
setUserProperty:toValue:
doesn't support this.Is this down to certain providers not letting these be removed?
The text was updated successfully, but these errors were encountered: