lytics / ios-sdk

MIT License
0 stars 0 forks source link

Consent should only prevent event dispatch if `start` is configured to do so. #45

Closed markhayden closed 1 year ago

markhayden commented 2 years ago

It may not be desired to explicitly require consent to track behaviors. Rather, can we surface a configuration option requireConsent in LyticsConfiguration. When that is sent to true we should require that consent has been explicitly collected for the app user. By default, however, this should be set to false.

requireConsent: false <-- default