lytics / ios-sdk

MIT License
0 stars 0 forks source link

Consent should only prevent event dispatch if start is configured to do so #48

Closed mgacy closed 1 year ago

mgacy commented 2 years ago

Adds LyticsConfiguration.requireConsent and only blocks tracking when user has not opted-in if requireConsent is true

Closes #45