lytics / ios-sdk

MIT License
0 stars 0 forks source link

store entered `name` as attribute instead of identifier in demo app #33

Closed markhayden closed 2 years ago

markhayden commented 2 years ago

this is a simple one but we are currently setting the name value as an identifier and it should be an attribute. looks like we just need to create an attributes model and pass that there to the identify method instead of as part of the identifiers struct.

image