Elkana Orbach
Elkana Orbach
Hi @brototyp , I got a requirement to store any event even when the app is 'force quit', is there any workaround for this?
Thanks for the quick response, Right now, the only public initializer of the 'MatomoTracker' that receives a Queue, requires the client to provide a Dispatcher. Why not provide convenience initializers...
Hi @brototyp , regarding the Queue, it can be added as additional parameter to the convenience init like: convenience public init(siteId: String, baseURL: URL, queue: Queue = MemoryQueue(), userAgent: String?...