lytics / ios-sdk

MIT License
0 stars 0 forks source link

Making API calls should be prevented if no API key is present. #39

Closed markhayden closed 1 year ago

markhayden commented 1 year ago

If no API Key is set in the config we will emit events with an empty authorization header. Since API Key is a strict requirement we should surface an error and prevent any outbound HTTP requests until that requirement is met.

image

markhayden commented 1 year ago

image