lytics / ios-sdk

MIT License
0 stars 0 forks source link

anonymousIdentityKey should not allow for empty string #42

Closed markhayden closed 1 year ago

markhayden commented 2 years ago

If the SDK user enters an empty string as the value for anonymousIdentityKey we should fall back to the default value and never allow for an empty key in the outbound payload.

image