matomo-org / matomo-sdk-ios

Matomo iOS, tvOS and macOS SDK: a Matomo tracker written in Swift
MIT License
388 stars 164 forks source link

Piwik iOS SDK recording the events in different order and session is not maintained. #83

Closed prakashselvam closed 7 years ago

prakashselvam commented 8 years ago
  1. The order in which the events are performed in app and the order in which the records stored in piwik db doesn't matches. Lot of irregular entries.
  2. Events from previous session1 are recorded in next session2. If the entries are not pushed to server then they end-up in the very next session2 with a visit id of session2, which is not the expected behavior.
  3. Forcefully starting a session doesn't work. "[[PiwikTracker sharedInstance] setSessionStart:TRUE];"
prakashselvam commented 8 years ago

I'm willing to provide sample data if needed.

mattab commented 8 years ago

Thanks for the report. Would you maybe be able to create a pull request to fix this issue?

FYI: we the Piwik team are looking for a maintainer for the iOS SDK. if you can help please comment here #91 - we need you!

brototyp commented 7 years ago

Hi, thank you for your Pull Request. We dropped ongoing development for version 3 of this SDK. Please consider looking into version 4, which is completely rewritten in Swift.