snowplow / snowplow-ios-tracker

Snowplow event tracker for Swift and Objective-C. Add analytics to your iOS, macOS, tvOS and watchOS apps and games
http://snowplow.io
Apache License 2.0
81 stars 93 forks source link

Expose event store from emitter controller to be able to remove all events from database (close #834) #870

Closed matus-tomlein closed 9 months ago

matus-tomlein commented 9 months ago

Issue #834

This PR builds on top of PR #835 to wrap the exposed event store so that all calls are executed on the internal queue.