aptabase-swift icon indicating copy to clipboard operation
aptabase-swift copied to clipboard

Swift SDK for Aptabase: Open Source, Privacy-First and Simple Analytics for Mobile, Desktop and Web Apps

Results 4 aptabase-swift issues
Sort by recently updated
recently updated
newest added

`uname` returns `x86_64` (or Apple Silicon equivalent) as the device name for Macs. Get the device name in another way for Mac devices. If it fails (it shouldn't AFAIK but...

### Performance issue Sentry.io reports app hanging for over 2000ms when flushSync() is triggered. This code in **aptabseClient.swift** seems to be called on the main thread, and `semaphore.wait()` locks the...

Potential fix for app hang caused by `flushSync()` in **aptabaseClient.swift**. Removed semaphore.wait() and added a variable to pause the timer execution if flush isn't done executing. closes #18

I suggest adding an example how to use it in UIKit - I did it like this: In the main class I initialize aptabase and it just works: ```swift override...