You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The SDK defaults `notification_types` to be -1 instead of `nil` to simplify caching, as it seems Swift has issues on decoding Optional Ints.
* This way, `notification_types` can be non-Optional. However, because -1 is effectively a `nil` value, don't send this to server.
0 commit comments