appmetrica / appmetrica-sdk-ios

AppMetrica SDK for iOS
https://appmetrica.io
MIT License
56 stars 6 forks source link

Wrong order and set of events sent to Dashboard #16

Closed TopIvanAbramov closed 3 months ago

TopIvanAbramov commented 3 months ago

📚 AppMetrica SDK Version

4.5.2

🛠️ Xcode Version

15.2

📱 Device Information

iPhone 13 pro

⚙️ Installation Method

Swift Package Manager

📝 Issues

  1. Dashbord shows events not in the order they occurred, I pressed to sort by time. For instance, the highlighted event occurred not between 9:31:51, but after

  2. There are extra events showed in the dash. For instance, there are two events promo_prmMain_bigBannerBlock_bannerBlock_swipe sent at 9:31:59. But locally in the logs we see that there is exactly one event send to AppMetrica

image (1)

GLinnik21 commented 3 months ago

Hi! It looks like you're using AppMetrica SDK version 4.5.2. Version 4.x of AppMetrica is no longer being updated or supported. I recommend upgrading to version 5.x, which includes various bug fixes and improvements that might resolve your issue. After upgrading, check if the problem persists. If it does, you can reopen the issue for further investigation.

Feel free to follow the AppMetrica migration guide for assistance with the update.

TopIvanAbramov commented 3 months ago

we updated the library and bug disappeared!