Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

[Flurry SDK: 12.1.1] The reported timestamp is same for all the events. #249

Open
2 of 11 tasks
NaagAlgates opened this issue Aug 29, 2022 · 0 comments
Open
2 of 11 tasks
Assignees
Labels

Comments

@NaagAlgates
Copy link

NaagAlgates commented Aug 29, 2022

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:

  1. Initialise the iOS SDK
  2. Add events
  3. Generate report
  4. View the columns that has the same data

Screenshots
image

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

let sessionBuilder = FlurrySessionBuilder()
                  .build(logLevel: FlurryLogLevel.all)
                  .build(crashReportingEnabled: true)
                  .build(appVersion: appVersion)
                  .build(iapReportingEnabled: true)
        Flurry.startSession(apiKey: flurryApiKey , sessionBuilder: sessionBuilder)

And 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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants