lytics / ios-sdk

MIT License
0 stars 0 forks source link

Prevent spaces in stream names. #60

Closed markhayden closed 1 year ago

markhayden commented 1 year ago

We either need to automatically slugify stream names (convert spaces to _) or just error when a stream name contains spaces. Technically we can support it but having spaces results in %20 in stream names and makes for an ugly UI and more difficult API calls down the road.

Given that both android and ios are strongly typed it seems like the best path forward here is preventing spaces and forcing the developer to determine how they slugify things like stream name?