You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.
Describe the bug
I was able to successfully integrate the Flurry iOS SDK into my app and see the reports flowing through the dashboard and I'm able to download it from the console. But the timestamp and duration of every event are the same as the time of SDK initialization.
For example: If I started the app on 29 Aug 2022 10:33 am, the time stamp for all the following events has the same time, 29 Aug 2022 10:33 am and the duration is the same. (See attached screenshot)
This Bug is About
Integration
Analytics
Ads
Messaging/Push
IAP
Remote Configuration
Flurry Website/Dashboard
Other
Platform
iOS
tvOS
WatchOS
Environment
Please tell us the versions of Flurry SDK, XCode, and iOS you are using.
Flurry SDK: 12.1.1
XCode: 13.4.1
iOS: iPhone 13 Prox Max - 15.5
To Reproduce
Steps to reproduce the behaviour:
Initialise the iOS SDK
Add events
Generate report
View the columns that has the same data
Screenshots
Additional context
Are you using Flurry Push/Messaging? Yes / No
(iOS) Are you using CocoaPods or manual binary integration? Yes / No
I'm using the following code in didFinishLaunchingWithOptions method
Describe the bug
I was able to successfully integrate the Flurry iOS SDK into my app and see the reports flowing through the dashboard and I'm able to download it from the console. But the timestamp and duration of every event are the same as the time of SDK initialization.
For example: If I started the app on 29 Aug 2022 10:33 am, the time stamp for all the following events has the same time, 29 Aug 2022 10:33 am and the duration is the same. (See attached screenshot)
This Bug is About
Platform
Environment
Please tell us the versions of Flurry SDK, XCode, and iOS you are using.
To Reproduce
Steps to reproduce the behaviour:
Screenshots
Additional context
Are you using Flurry Push/Messaging? Yes / No
(iOS) Are you using CocoaPods or manual binary integration? Yes / No
I'm using the following code in
didFinishLaunchingWithOptions
methodAnd I'm logging the event wherever needed:
Flurry.log(eventName: "My custom event", timed: isEventTimed)
I'm not sure if I'm missing any other initialization. Please guide.
The text was updated successfully, but these errors were encountered: