firebase / firebase-ios-sdk

Firebase SDK for Apple App Development
https://firebase.google.com
Apache License 2.0
5.66k stars 1.48k forks source link

SwiftUI views | Firebase performance | Automatic screen tracking : Screen rendering tab not showing SwiftUI views #13002

Open amolsarmalkar opened 5 months ago

amolsarmalkar commented 5 months ago

Description

We followed all instructions given at https://firebase.google.com/docs/perf-mon/get-started-ios for integrating performance SDK into SwiftUi app. We also referred and followed instructions at https://firebase.google.com/docs/analytics/screenviews

Our app has one swiftUi view named ABCView. We introduced a network call inside onAppear function in ABCView view. This is test app and we did not use UIKit controllers inside it. we kept 2 buttons on home screen and on tap of them we navigated to 2 swiftUi views. ABCView is one of them.

With firebase debug enabled, we got following logs in xcode when app is started and first screen is seen : Firebase Performance Monitoring is successfully initialized! In a minute, visit the Firebase console to view your data:

But inside screen rendering tab of firebase performance only 2 UIKit controllers got logged. Our swiftUi view ABCView is not seen there.We also tested app by degrading network of device.

** For SwiftUi views we are getting** View controller already tracked. Class, ID: UISplitViewController, 1905641140094295164

Reproducing the issue

No response

Firebase SDK Version

10.25.0

Xcode Version

15.4

Installation Method

CocoaPods

Firebase Product(s)

Performance

Targeted Platforms

iOS

Relevant Log Output

2024-05-21 18:02:07.220948+0530 FirstTest[860:117154] 10.25.0 - [FirebaseCore][I-COR000001] Configuring the default app.
2024-05-21 18:02:07.230366+0530 FirstTest[860:117154] 10.25.0 - [FirebaseCore][I-COR000033] Data Collection flag is not set.
2024-05-21 18:02:07.238442+0530 FirstTest[860:116809] <SKPaymentQueue: 0x283d1c6d0>: No observers found that respond to "paymentQueue:shouldAddStorePayment:forProduct:", will not check for purchase intents
2024-05-21 18:02:07.346015+0530 FirstTest[860:117156] 10.25.0 - [FirebaseAnalytics][I-ACS024000] Debug mode is on
2024-05-21 18:02:07.346207+0530 FirstTest[860:117156] 10.25.0 - [GULReachability][I-REA902003] Monitoring the network status
2024-05-21 18:02:07.346959+0530 FirstTest[860:117156] 10.25.0 - [FirebaseAnalytics][I-ACS023007] Analytics v.10.25.0 started
2024-05-21 18:02:07.347460+0530 FirstTest[860:117156] 10.25.0 - [FirebaseAnalytics][I-ACS023008] To disable debug logging set the following application argument: -noFIRAnalyticsDebugEnabled (see http://goo.gl/RfcP7r)
2024-05-21 18:02:07.348132+0530 FirstTest[860:117156] 10.25.0 - [FirebaseAnalytics][I-ACS023009] Debug logging enabled
2024-05-21 18:02:07.348229+0530 FirstTest[860:117156] 10.25.0 - [FirebaseAnalytics][I-ACS023207] To enable verbose logging set the following application argument: -FIRAnalyticsVerboseLoggingEnabled (see http://goo.gl/RfcP7r)
2024-05-21 18:02:07.349393+0530 FirstTest[860:117155] 10.25.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
2024-05-21 18:02:07.349743+0530 FirstTest[860:117155] 10.25.0 - [GULReachability][I-REA902003] Monitoring the network status
2024-05-21 18:02:07.353033+0530 FirstTest[860:117160] 10.25.0 - [FirebaseSessions][I-SES000000] Version 10.25.0. Expecting subscriptions from: [Performance]
2024-05-21 18:02:07.358757+0530 FirstTest[860:117154] 10.25.0 - [FirebasePerformance][I-PRF100001] Firebase Performance Monitoring is successfully initialized! In a minute, visit the Firebase console to view your data: https://console.firebase.google.com/project/test-project-cd165/performance/app/ios:com.cex.cexdevinternal/trends?utm_source=perf-ios-sdk&utm_medium=ios-ide
2024-05-21 18:02:07.359983+0530 FirstTest[860:117154] 10.25.0 - [FirebasePerformance][I-PRF100001] Registering Sessions SDK subscription for session data
2024-05-21 18:02:07.360025+0530 FirstTest[860:117154] 10.25.0 - [FirebaseSessions][I-SES000000] Registering Sessions SDK subscriber with name: Performance, data collection enabled: true
2024-05-21 18:02:07.360078+0530 FirstTest[860:117154] 10.25.0 - [FirebasePerformance][I-PRF900002] Session Id changed - 9d774281b6f14550a8f78e26f315aeb0
2024-05-21 18:02:07.362177+0530 FirstTest[860:117156] 10.25.0 - [FirebaseMessaging][I-FCM043000] Info is not found in Keychain. OSStatus: -25300. Keychain query: {
    acct = "com.cex.cexdevinternal";
    class = genp;
    gena = "com.google.iid";
    "m_Limit" = "m_LimitAll";
    nleg = 1;
    "r_Attributes" = 1;
    "r_Data" = 1;
    svce = "com.google.iid.checkin";
}
2024-05-21 18:02:07.363825+0530 FirstTest[860:117159] 10.25.0 - [FirebaseAnalytics][I-ACS044000] GoogleAppMeasurementIdentitySupport dependency is linked.
2024-05-21 18:02:07.363886+0530 FirstTest[860:117159] 10.25.0 - [FirebaseAnalytics][I-ACS044002] The AdSupport Framework is not currently linked. Some features will not function properly. Learn more at http://goo.gl/9vSsPb
2024-05-21 18:02:07.364492+0530 FirstTest[860:117159] 10.25.0 - [FirebaseMessaging][I-FCM033009] App reset detected but no valid checkin auth preferences found. Will not delete server token registrations.
2024-05-21 18:02:07.364530+0530 FirstTest[860:117159] 10.25.0 - [FirebaseMessaging][I-FCM002000] FIRMessaging library version 10.25.0
2024-05-21 18:02:07.365818+0530 FirstTest[860:117158] 10.25.0 - [GULReachability][I-REA902003] Monitoring the network status
2024-05-21 18:02:07.373386+0530 FirstTest[860:117158] 10.25.0 - [FirebaseMessaging][I-FCM001000] FIRMessaging Remote Notifications proxy enabled, will swizzle remote notification receiver handlers. If you'd prefer to manually integrate Firebase Messaging, add "FirebaseAppDelegateProxyEnabled" to your Info.plist, and set it to NO. Follow the instructions at:
https://firebase.google.com/docs/cloud-messaging/ios/client#method_swizzling_in_firebase_messaging
to ensure proper integration.
2024-05-21 18:02:07.377616+0530 FirstTest[860:117160] 10.25.0 - [GoogleUtilities/AppDelegateSwizzler][I-SWZ001008] Successfully created App Delegate Proxy automatically. To disable the proxy, set the flag GoogleUtilitiesAppDelegateProxyEnabled to NO (Boolean) in the Info.plist
2024-05-21 18:02:07.379430+0530 FirstTest[860:117158] 10.25.0 - [FirebaseRemoteConfig][I-RCN000062] Loading database at path /var/mobile/Containers/Data/Application/3FF35A94-995D-4F60-9C66-2FBC8DE3AEEB/Library/Application Support/Google/RemoteConfig/RemoteConfig.sqlite3
2024-05-21 18:02:07.388999+0530 FirstTest[860:117159] 10.25.0 - [FirebaseRemoteConfig][I-RCN000072] New config database created. Resetting user defaults.
2024-05-21 18:02:07.396823+0530 FirstTest[860:117158] 10.25.0 - [GULReachability][I-REA902004] Network status has changed. Code:2, status:Connected
2024-05-21 18:02:07.396877+0530 FirstTest[860:117158] 10.25.0 - [GULReachability][I-REA902004] Network status has changed. Code:2, status:Connected
2024-05-21 18:02:07.396900+0530 FirstTest[860:117158] 10.25.0 - [GULReachability][I-REA902004] Network status has changed. Code:2, status:Connected
2024-05-21 18:02:07.397825+0530 FirstTest[860:117153] 10.25.0 - [FirebaseAnalytics][I-ACS002002] APMExperimentAlarm scheduled to fire in approx. (s): 9.999990940093994
2024-05-21 18:02:07.620268+0530 FirstTest[860:117158] 10.25.0 - [FirebasePerformance][I-PRF100009] Incrementing metric _fsapc to 0 on trace _fs
2024-05-21 18:02:07.620461+0530 FirstTest[860:117158] 10.25.0 - [FirebasePerformance][I-PRF100009] Logging trace metric - _as 513.7530ms. In a minute, visit the Firebase console to view your data: https://console.firebase.google.com/project/test-project-cd165/performance/app/ios:com.cex.cexdevinternal/troubleshooting/trace/DURATION_TRACE/_as?utm_source=perf-ios-sdk&utm_medium=ios-ide
2024-05-21 18:02:07.620519+0530 FirstTest[860:117158] 10.25.0 - [FirebaseInstallations][I-FIS002001] -[FIRInstallationsIDController installationWithValidAuthTokenForcingRefresh:0], appName: __FIRAPP_DEFAULT
2024-05-21 18:02:07.621079+0530 FirstTest[860:117158] 10.25.0 - [FirebaseSessions][I-SES000000] Data Collection is enabled for at least one Subscriber
2024-05-21 18:02:07.621392+0530 FirstTest[860:117158] 10.25.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
2024-05-21 18:02:07.621499+0530 FirstTest[860:117158] 10.25.0 - [FirebaseAnalytics][I-ACS031010] Tracking view controller. Class, ID: UISplitViewController, 1905641140094295164
2024-05-21 18:02:07.621537+0530 FirstTest[860:117158] 10.25.0 - [FirebaseAnalytics][I-ACS031006] View controller already tracked. Class, ID: UISplitViewController, 1905641140094295164
2024-05-21 18:02:07.622073+0530 FirstTest[860:117160] 10.25.0 - [FirebaseAnalytics][I-ACS031006] View controller already tracked. Class, ID: UISplitViewController, 1905641140094295164
2024-05-21 18:02:07.625795+0530 FirstTest[860:117160] 10.25.0 - [FirebaseMessaging][I-FCM034012] Invalidating cached token for 248702563785 (*) due to token is no longer fresh.
2024-05-21 18:02:07.642717+0530 FirstTest[860:117153] 10.25.0 - [FirebaseInstallations][I-FIS001001] Sending request: <NSMutableURLRequest: 0x283d086f0> { URL: https://firebaseinstallations.googleapis.com/v1/projects/test-project-cd165/installations/ }, body:{"appId":"1:248702563785:ios:61afa47cbff9865d","fid":"eEZ-OBl_1ERIlr8zNSAt-7","authVersion":"FIS_v2","sdkVersion":"i:10.25.0"}, headers: {
    "Content-Type" = "application/json";
    "X-Goog-Api-Key" = "AIzaSyCuBV6a6Fi_5gceneTYeulWynNMmM_FFYo";
    "X-Ios-Bundle-Identifier" = "com.cex.cexdevinternal";
    "X-firebase-client" = "H4sIAAAAAAAAE13QTWoDMQyG4asMWs-fnU4H5gBZZ19nodhyY-qMjGVCQ8jdM6FZFG8f8cKH7nAmzOVEWASWrzvgN60FFsCUInUpYvGcL2YILM2fifsxg1b7eX6BFM5kBo9RqHGUIt_MYNkyJnayyTXY7R4OZ15Jja1ufMjU4amYQY29nvrxLSvGWwlWKvf2UklYpWCMtXJdJsq-omwrEPpXsXRXyhJ43eyzn_u5-bXstvlq2u-UgxYcFno9CvSoP7px6rSC4-PYwjuERT-eZSDxn1QBAAA";
}.
2024-05-21 18:02:07.720561+0530 FirstTest[860:117158] 10.25.0 - [FirebaseAnalytics][I-ACS800023] No pending snapshot to activate. SDK name: app_measurement
2024-05-21 18:02:07.720862+0530 FirstTest[860:117158] 10.25.0 - [FirebaseAnalytics][I-ACS029017] Configuration was not found in database. The configuration will be fetched from the network when necessary
2024-05-21 18:02:07.722366+0530 FirstTest[860:117153] 10.25.0 - [FirebaseAnalytics][I-ACS023016] Analytics is ready to receive events
2024-05-21 18:02:07.731622+0530 FirstTest[860:117158] 10.25.0 - [FirebaseAnalytics][I-ACS023087] User property set. Name, value: first_open_after_install (_fi), 1
2024-05-21 18:02:07.734140+0530 FirstTest[860:117158] 10.25.0 - [FirebaseAnalytics][I-ACS023087] User property set. Name, value: first_open_time (_fot), 1716296400000
2024-05-21 18:02:07.735796+0530 FirstTest[860:117158] 10.25.0 - [FirebaseAnalytics][I-ACS023051] Logging event: origin, name, params: auto, first_open (_f), {
    ga_event_origin (_o) = auto;
    ga_screen_class (_sc) = UISplitViewController;
    ga_screen_id (_si) = 1905641140094295164;
    previous_first_open_count (_pfo) = 488;
    update_with_analytics (_uwa) = 0;
}
2024-05-21 18:02:07.737188+0530 FirstTest[860:117160] 10.25.0 - [FirebaseAnalytics][I-ACS023073] Debug mode is enabled. Marking event as debug and real-time. Event name, parameters: first_open (_f), {
    ga_conversion (_c) = 1;
    ga_debug (_dbg) = 1;
    ga_event_origin (_o) = auto;
    ga_realtime (_r) = 1;
    ga_screen_class (_sc) = UISplitViewController;
    ga_screen_id (_si) = 1905641140094295164;
    previous_first_open_count (_pfo) = 488;
    update_with_analytics (_uwa) = 0;
}
2024-05-21 18:02:07.751240+0530 FirstTest[860:117153] 10.25.0 - [FirebaseAnalytics][I-ACS023072] Event logged. Event name, event params: first_open (_f), {
    ga_conversion (_c) = 1;
    ga_debug (_dbg) = 1;
    ga_event_origin (_o) = auto;
    ga_realtime (_r) = 1;
    ga_screen_class (_sc) = UISplitViewController;
    ga_screen_id (_si) = 1905641140094295164;
    previous_first_open_count (_pfo) = 488;
    update_with_analytics (_uwa) = 0;
}
2024-05-21 18:02:07.753771+0530 FirstTest[860:117160] 10.25.0 - [FirebaseAnalytics][I-ACS002002] Measurement timer scheduled to fire in approx. (s): 0.3475761413574219
2024-05-21 18:02:07.758216+0530 FirstTest[860:117160] 10.25.0 - [FirebaseAnalytics][I-ACS023087] User property set. Name, value: ga_session_id (_sid), 1716294727
2024-05-21 18:02:07.760794+0530 FirstTest[860:117160] 10.25.0 - [FirebaseAnalytics][I-ACS023087] User property set. Name, value: ga_session_number (_sno), 1
2024-05-21 18:02:07.761193+0530 FirstTest[860:117153] 10.25.0 - [FirebaseAnalytics][I-ACS023051] Logging event: origin, name, params: auto, session_start (_s), {
    ga_event_origin (_o) = auto;
    ga_screen_class (_sc) = UISplitViewController;
    ga_screen_id (_si) = 1905641140094295164;
    session_id (_sid) = 1716294727;
    session_number (_sno) = 1;
}
2024-05-21 18:02:07.762153+0530 FirstTest[860:117160] 10.25.0 - [FirebaseAnalytics][I-ACS023073] Debug mode is enabled. Marking event as debug and real-time. Event name, parameters: session_start (_s), {
    ga_debug (_dbg) = 1;
    ga_event_origin (_o) = auto;
    ga_realtime (_r) = 1;
    ga_screen_class (_sc) = UISplitViewController;
    ga_screen_id (_si) = 1905641140094295164;
    session_id (_sid) = 1716294727;
    session_number (_sno) = 1;
}
2024-05-21 18:02:07.765963+0530 FirstTest[860:117153] 10.25.0 - [FirebaseAnalytics][I-ACS023072] Event logged. Event name, event params: session_start (_s), {
    ga_debug (_dbg) = 1;
    ga_event_origin (_o) = auto;
    ga_realtime (_r) = 1;
    ga_screen_class (_sc) = UISplitViewController;
    ga_screen_id (_si) = 1905641140094295164;
    session_id (_sid) = 1716294727;
    session_number (_sno) = 1;
}
2024-05-21 18:02:07.813765+0530 FirstTest[860:117160] 10.25.0 - [FirebaseAnalytics][I-ACS002003] Measurement timer canceled
2024-05-21 18:02:07.867962+0530 FirstTest[860:117160] 10.25.0 - [FirebaseAnalytics][I-ACS002002] Measurement timer scheduled to fire in approx. (s): 0.2876660823822021
2024-05-21 18:02:07.868673+0530 FirstTest[860:117160] 10.25.0 - [FirebaseAnalytics][I-ACS023051] Logging event: origin, name, params: auto, user_engagement (_e), {
    engagement_time_msec (_et) = 1;
    ga_event_origin (_o) = auto;
    ga_screen_class (_sc) = UISplitViewController;
    ga_screen_id (_si) = 1905641140094295164;
}
2024-05-21 18:02:07.869904+0530 FirstTest[860:117160] 10.25.0 - [FirebaseAnalytics][I-ACS023073] Debug mode is enabled. Marking event as debug and real-time. Event name, parameters: user_engagement (_e), {
    engagement_time_msec (_et) = 1;
    ga_debug (_dbg) = 1;
    ga_event_origin (_o) = auto;
    ga_realtime (_r) = 1;
    ga_screen_class (_sc) = UISplitViewController;
    ga_screen_id (_si) = 1905641140094295164;
}
2024-05-21 18:02:07.879047+0530 FirstTest[860:117160] 10.25.0 - [FirebaseAnalytics][I-ACS023072] Event logged. Event name, event params: user_engagement (_e), {
    engagement_time_msec (_et) = 1;
    ga_debug (_dbg) = 1;
    ga_event_origin (_o) = auto;
    ga_realtime (_r) = 1;
    ga_screen_class (_sc) = UISplitViewController;
    ga_screen_id (_si) = 1905641140094295164;
}
2024-05-21 18:02:07.881425+0530 FirstTest[860:117158] 10.25.0 - [FirebaseAnalytics][I-ACS002003] Measurement timer canceled
2024-05-21 18:02:07.881450+0530 FirstTest[860:117158] 10.25.0 - [FirebaseAnalytics][I-ACS002002] Measurement timer scheduled to fire in approx. (s): 0.2199220657348633
2024-05-21 18:02:07.882355+0530 FirstTest[860:117158] 10.25.0 - [FirebaseAnalytics][I-ACS032014] AdServices framework is not linked. Search Ad Attribution Reporter is disabled.
2024-05-21 18:02:07.887720+0530 FirstTest[860:117153] 10.25.0 - [FirebaseAnalytics][I-ACS002003] Measurement timer canceled
2024-05-21 18:02:07.887845+0530 FirstTest[860:117153] 10.25.0 - [FirebaseAnalytics][I-ACS002002] Measurement timer scheduled to fire in approx. (s): 0.2137080430984497
2024-05-21 18:02:07.887891+0530 FirstTest[860:117153] 10.25.0 - [FirebaseAnalytics][I-ACS002002] Engagement timer scheduled to fire in approx. (s): 3600
2024-05-21 18:02:07.887932+0530 FirstTest[860:117153] 10.25.0 - [FirebaseAnalytics][I-ACS023012] Analytics collection enabled
2024-05-21 18:02:07.888588+0530 FirstTest[860:117158] 10.25.0 - [FirebaseAnalytics][I-ACS023220] Analytics screen reporting is enabled. Call Analytics.logEvent(AnalyticsEventScreenView, parameters: [...]) to log a screen view event. To disable automatic screen reporting, set the flag FirebaseAutomaticScreenReportingEnabled to NO (boolean) in the Info.plist
2024-05-21 18:02:07.890624+0530 FirstTest[860:117153] 10.25.0 - [FirebaseAnalytics][I-ACS002003] Measurement timer canceled
2024-05-21 18:02:07.890897+0530 FirstTest[860:117158] 10.25.0 - [FirebaseAnalytics][I-ACS002002] Measurement timer scheduled to fire in approx. (s): 0.2106651067733765
2024-05-21 18:02:07.890956+0530 FirstTest[860:117158] 10.25.0 - [FirebaseAnalytics][I-ACS023012] Analytics collection enabled
2024-05-21 18:02:07.891089+0530 FirstTest[860:117158] 10.25.0 - [FirebaseAnalytics][I-ACS023220] Analytics screen reporting is enabled. Call Analytics.logEvent(AnalyticsEventScreenView, parameters: [...]) to log a screen view event. To disable automatic screen reporting, set the flag FirebaseAutomaticScreenReportingEnabled to NO (boolean) in the Info.plist
2024-05-21 18:02:07.891490+0530 FirstTest[860:117158] 10.25.0 - [FirebaseAnalytics][I-ACS023051] Logging event: origin, name, params: auto, screen_view (_vs), {
    ga_event_origin (_o) = auto;
    ga_screen_class (_sc) = UISplitViewController;
    ga_screen_id (_si) = 1905641140094295164;
}
2024-05-21 18:02:07.892634+0530 FirstTest[860:117153] 10.25.0 - [FirebaseAnalytics][I-ACS023073] Debug mode is enabled. Marking event as debug and real-time. Event name, parameters: screen_view (_vs), {
    ga_debug (_dbg) = 1;
    ga_event_origin (_o) = auto;
    ga_realtime (_r) = 1;
    ga_screen_class (_sc) = UISplitViewController;
    ga_screen_id (_si) = 1905641140094295164;
}
2024-05-21 18:02:07.896213+0530 FirstTest[860:117158] 10.25.0 - [FirebaseAnalytics][I-ACS023072] Event logged. Event name, event params: screen_view (_vs), {
    ga_debug (_dbg) = 1;
    ga_event_origin (_o) = auto;
    ga_realtime (_r) = 1;
    ga_screen_class (_sc) = UISplitViewController;
    ga_screen_id (_si) = 1905641140094295164;
}
2024-05-21 18:02:08.178625+0530 FirstTest[860:117155] 10.25.0 - [FirebaseAnalytics][I-ACS002001] Measurement timer fired
2024-05-21 18:02:08.178774+0530 FirstTest[860:117155] 10.25.0 - [FirebaseAnalytics][I-ACS002003] Measurement timer canceled
2024-05-21 18:02:08.190392+0530 FirstTest[860:117155] 10.25.0 - [FirebasePerformance][I-PRF300005] URL length exceeds limits, truncating recorded URL - https://app-analytics-services.com/config/app/1:248702563785:ios:61afa47cbff9865d.
2024-05-21 18:02:08.191166+0530 FirstTest[860:117155] 10.25.0 - [FirebasePerformance][I-PRF300005] URL length exceeds limits, truncating recorded URL - https://app-analytics-services.com/config/app/1:248702563785:ios:61afa47cbff9865d.
2024-05-21 18:02:08.193592+0530 FirstTest[860:117158] 10.25.0 - [FirebaseAnalytics][I-ACS900001] Downloading data. Host: https://app-analytics-services.com/config/app/1:248702563785:ios:61afa47cbff9865d?platform=ios&runtime_version=0&gmp_version=102500
2024-05-21 18:02:08.369339+0530 FirstTest[860:117156] 10.25.0 - [FirebaseAnalytics][I-ACS901006] Received SSL challenge for host. Host: https://app-analytics-services.com/config/app/1:248702563785:ios:61afa47cbff9865d?platform=ios&runtime_version=0&gmp_version=102500
2024-05-21 18:02:08.692162+0530 FirstTest[860:117158] 10.25.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://app-analytics-services.com/config/app/1:248702563785:ios:61afa47cbff9865d, Response code: 200, 499.6690ms
2024-05-21 18:02:08.692500+0530 FirstTest[860:117158] 10.25.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
2024-05-21 18:02:08.711939+0530 FirstTest[860:117158] 10.25.0 - [FirebaseAnalytics][I-ACS029014] Successfully parsed a configuration. Version: 1710762556350761
2024-05-21 18:02:08.741546+0530 FirstTest[860:117160] 10.25.0 - [FirebaseAnalytics][I-ACS023105] Event is not subject to real-time event count daily limit. Marking an event as real-time. Event name, parameters: first_open (_f), {
    ga_conversion (_c) = 1;
    ga_debug (_dbg) = 1;
    ga_event_origin (_o) = auto;
    ga_realtime (_r) = 1;
    ga_screen_class (_sc) = UISplitViewController;
    ga_screen_id (_si) = 1905641140094295164;
    previous_first_open_count (_pfo) = 488;
    update_with_analytics (_uwa) = 0;
}
2024-05-21 18:02:08.747786+0530 FirstTest[860:117160] 10.25.0 - [FirebaseInstallations][I-FIS001003] Request response received: <NSMutableURLRequest: 0x283d086f0> { URL: https://firebaseinstallations.googleapis.com/v1/projects/test-project-cd165/installations/ }, error: (null), body: {
  "name": "projects/248702563785/installations/eEZ-OBl_1ERIlr8zNSAt-7",
  "fid": "eEZ-OBl_1ERIlr8zNSAt-7",
  "refreshToken": "3_AS3qfwLJesKNhW__8803_EhyRu77S3QAn20tLbV_UDlGSXPrDaPF0LcrDgJbTcWGCzyOAwJWcDeeyVo9zQk4aJbiGPi2ZB_giIGzi7ZzohBycg",
  "authToken": {
    "token": "eyJhbGciOiJFUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHBJZCI6IjE6MjQ4NzAyNTYzNzg1Omlvczo2MWFmYTQ3Y2JmZjk4NjVkIiwiZXhwIjoxNzE2ODk5NTA1LCJmaWQiOiJlRVotT0JsXzFFUklscjh6TlNBdC03IiwicHJvamVjdE51bWJlciI6MjQ4NzAyNTYzNzg1fQ.AB2LPV8wRQIhAPUBohPIy-_JCpfpU5qidHW6Zch1KPq4BTg7ydAudgPGAiBHvzONaL7VixeE-ZNsgkoi2OeXBM82sy4v0RZ44ROP9w",
    "expiresIn": "604800s"
  }
}
.
2024-05-21 18:02:08.749387+0530 FirstTest[860:117160] 10.25.0 - [FirebaseAnalytics][I-ACS023087] User property set. Name, value: _npa, 0
2024-05-21 18:02:08.749580+0530 FirstTest[860:117160] 10.25.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://firebaseinstallations.googleapis.com/v1/projects/test-project-cd165/installations/, Response code: 200, 1104.2800ms
2024-05-21 18:02:08.750699+0530 FirstTest[860:117160] 10.25.0 - [FirebaseInstallations][I-FIS001005] Parsing server response for https://firebaseinstallations.googleapis.com/v1/projects/test-project-cd165/installations/.
2024-05-21 18:02:08.751855+0530 FirstTest[860:117160] 10.25.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
2024-05-21 18:02:08.753106+0530 FirstTest[860:117160] 10.25.0 - [FirebaseInstallations][I-FIS001007] FIRInstallationsItem parsed successfully.
2024-05-21 18:02:08.755312+0530 FirstTest[860:117156] 10.25.0 - [FirebaseAnalytics][I-ACS012018] Saving bundle. size (bytes): 445
2024-05-21 18:02:08.756223+0530 FirstTest[860:117160] 10.25.0 - [FirebaseAnalytics][I-ACS023116] Bundle added to the upload queue. BundleID, timestamp (ms): 1, 1716294727101
2024-05-21 18:02:08.759236+0530 FirstTest[860:117153] 10.25.0 - [FirebasePerformance][I-PRF300005] URL length exceeds limits, truncating recorded URL - https://firebase-settings.crashlytics.com/spi/v2/platforms/ios/gmp/1:248702563785:ios:61afa47cbff9865d/settings.
2024-05-21 18:02:08.760772+0530 FirstTest[860:117156] 10.25.0 - [FirebaseAnalytics][I-ACS023105] Event is not subject to real-time event count daily limit. Marking an event as real-time. Event name, parameters: session_start (_s), {
    ga_debug (_dbg) = 1;
    ga_event_origin (_o) = auto;
    ga_realtime (_r) = 1;
    ga_screen_class (_sc) = UISplitViewController;
    ga_screen_id (_si) = 1905641140094295164;
    session_id (_sid) = 1716294727;
    session_number (_sno) = 1;
}
2024-05-21 18:02:08.761468+0530 FirstTest[860:117158] 10.25.0 - [FirebaseAnalytics][I-ACS023105] Event is not subject to real-time event count daily limit. Marking an event as real-time. Event name, parameters: user_engagement (_e), {
    engagement_time_msec (_et) = 1;
    ga_debug (_dbg) = 1;
    ga_event_origin (_o) = auto;
    ga_realtime (_r) = 1;
    ga_screen_class (_sc) = UISplitViewController;
    ga_screen_id (_si) = 1905641140094295164;
}
2024-05-21 18:02:08.761691+0530 FirstTest[860:117158] 10.25.0 - [FirebaseAnalytics][I-ACS023105] Event is not subject to real-time event count daily limit. Marking an event as real-time. Event name, parameters: screen_view (_vs), {
    ga_debug (_dbg) = 1;
    ga_event_origin (_o) = auto;
    ga_realtime (_r) = 1;
    ga_screen_class (_sc) = UISplitViewController;
    ga_screen_id (_si) = 1905641140094295164;
}
2024-05-21 18:02:08.764325+0530 FirstTest[860:117158] 10.25.0 - [FirebaseAnalytics][I-ACS023087] User property set. Name, value: lifetime_user_engagement (_lte), 1
2024-05-21 18:02:08.764822+0530 FirstTest[860:117158] 10.25.0 - [FirebaseAnalytics][I-ACS023087] User property set. Name, value: session_user_engagement (_se), 1
2024-05-21 18:02:08.767357+0530 FirstTest[860:117156] 10.25.0 - [FirebaseInstallations][I-FIS002001] -[FIRInstallationsIDController installationWithValidAuthTokenForcingRefresh:0], appName: __FIRAPP_DEFAULT
2024-05-21 18:02:08.767408+0530 FirstTest[860:117156] 10.25.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
2024-05-21 18:02:08.768419+0530 FirstTest[860:117158] 10.25.0 - [FirebaseAnalytics][I-ACS012018] Saving bundle. size (bytes): 535
2024-05-21 18:02:08.768522+0530 FirstTest[860:117158] 10.25.0 - [FirebaseAnalytics][I-ACS023116] Bundle added to the upload queue. BundleID, timestamp (ms): 2, 1716294727609
2024-05-21 18:02:08.802833+0530 FirstTest[860:117159] 10.25.0 - [FirebaseSessions][I-SES000000] Successfully logged Session Start event to GoogleDataTransport
2024-05-21 18:02:08.803662+0530 FirstTest[860:117159] 10.25.0 - [FirebaseSessions][I-SES000000] Successfully logged Session Start event
2024-05-21 18:02:08.825266+0530 FirstTest[860:117158] 10.25.0 - [FirebaseAnalytics][I-ACS023039] Measurement data sent to network. Timestamp (ms), data: 1716294728824, <APMPBMeasurementBatch: 0x283d16370>
2024-05-21 18:02:08.828381+0530 FirstTest[860:117153] 10.25.0 - [FirebaseAnalytics][I-ACS900000] Uploading data. Host: https://app-analytics-services.com/a
2024-05-21 18:02:08.910685+0530 FirstTest[860:117158] 10.25.0 - [FirebaseAnalytics][I-ACS901006] Received SSL challenge for host. Host: https://app-analytics-services.com/a
2024-05-21 18:02:09.016090+0530 FirstTest[860:117159] 10.25.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://app-analytics-services.com/a, Response code: 204, 188.0470ms
2024-05-21 18:02:09.016950+0530 FirstTest[860:117160] 10.25.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
2024-05-21 18:02:09.017063+0530 FirstTest[860:117158] 10.25.0 - [FirebaseAnalytics][I-ACS023044] Successful upload. Got network response. Code, size: 204, -1
2024-05-21 18:02:09.017232+0530 FirstTest[860:117158] 10.25.0 - [FirebaseInstallations][I-FIS002001] -[FIRInstallationsIDController installationWithValidAuthTokenForcingRefresh:0], appName: __FIRAPP_DEFAULT
2024-05-21 18:02:09.018462+0530 FirstTest[860:117156] 10.25.0 - [FirebaseAnalytics][I-ACS002002] Measurement timer scheduled to fire in approx. (s): -0.4092509746551514
2024-05-21 18:02:09.029160+0530 FirstTest[860:117153] 10.25.0 - [FirebaseAnalytics][I-ACS002003] Measurement timer canceled
2024-05-21 18:02:09.506579+0530 FirstTest[860:117160] 10.25.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://firebase-settings.crashlytics.com/spi/v2/platforms/ios/gmp/1:248702563785:ios:61afa47cbff9865d/settings, Response code: 200, 746.6650ms
2024-05-21 18:02:09.507826+0530 FirstTest[860:117153] 10.25.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
2024-05-21 18:02:09.508589+0530 FirstTest[860:117160] 10.25.0 - [FirebaseInstallations][I-FIS002001] -[FIRInstallationsIDController installationWithValidAuthTokenForcingRefresh:0], appName: __FIRAPP_DEFAULT
get urlhttps://wss2.cex.uk.webuy.io/v3/boxlists/hotproducts
urlRequest:https://wss2.cex.uk.webuy.io/v3/boxlists/hotproducts
2024-05-21 18:02:11.119345+0530 FirstTest[860:117158] 10.25.0 - [FirebaseAnalytics][I-ACS031029] Logging screen view with screen name and screen class: ABCView, ABCView
2024-05-21 18:02:11.120602+0530 FirstTest[860:117154] 10.25.0 - [FirebaseAnalytics][I-ACS002003] Engagement timer canceled
2024-05-21 18:02:11.120640+0530 FirstTest[860:117154] 10.25.0 - [FirebaseAnalytics][I-ACS002002] Engagement timer scheduled to fire in approx. (s): 3600
2024-05-21 18:02:11.121679+0530 FirstTest[860:117154] 10.25.0 - [FirebaseAnalytics][I-ACS023051] Logging event: origin, name, params: auto, user_engagement (_e), {
    engagement_time_msec (_et) = 3398;
    ga_event_origin (_o) = auto;
    ga_screen_class (_sc) = UISplitViewController;
    ga_screen_id (_si) = 1905641140094295164;
}
2024-05-21 18:02:11.122191+0530 FirstTest[860:117154] 10.25.0 - [FirebaseAnalytics][I-ACS023073] Debug mode is enabled. Marking event as debug and real-time. Event name, parameters: user_engagement (_e), {
    engagement_time_msec (_et) = 3398;
    ga_debug (_dbg) = 1;
    ga_event_origin (_o) = auto;
    ga_realtime (_r) = 1;
    ga_screen_class (_sc) = UISplitViewController;
    ga_screen_id (_si) = 1905641140094295164;
}
2024-05-21 18:02:11.129827+0530 FirstTest[860:117158] 10.25.0 - [FirebaseAnalytics][I-ACS023072] Event logged. Event name, event params: user_engagement (_e), {
    engagement_time_msec (_et) = 3398;
    ga_debug (_dbg) = 1;
    ga_event_origin (_o) = auto;
    ga_realtime (_r) = 1;
    ga_screen_class (_sc) = UISplitViewController;
    ga_screen_id (_si) = 1905641140094295164;
}
2024-05-21 18:02:11.133146+0530 FirstTest[860:117154] 10.25.0 - [FirebaseAnalytics][I-ACS002002] Measurement timer scheduled to fire in approx. (s): 0.9868180751800537
2024-05-21 18:02:11.135373+0530 FirstTest[860:117154] 10.25.0 - [FirebaseAnalytics][I-ACS023051] Logging event: origin, name, params: app, screen_view (_vs), {
    ga_event_origin (_o) = app;
    ga_previous_class (_pc) = UISplitViewController;
    ga_previous_id (_pi) = 1905641140094295164;
    ga_screen (_sn) = ABCView;
    ga_screen_class (_sc) = ABCView;
    ga_screen_id (_si) = 1905641140094295165;
}
2024-05-21 18:02:11.137970+0530 FirstTest[860:117154] 10.25.0 - [FirebaseAnalytics][I-ACS023073] Debug mode is enabled. Marking event as debug and real-time. Event name, parameters: screen_view (_vs), {
    ga_debug (_dbg) = 1;
    ga_event_origin (_o) = app;
    ga_previous_class (_pc) = UISplitViewController;
    ga_previous_id (_pi) = 1905641140094295164;
    ga_realtime (_r) = 1;
    ga_screen (_sn) = ABCView;
    ga_screen_class (_sc) = ABCView;
    ga_screen_id (_si) = 1905641140094295165;
}
2024-05-21 18:02:11.142550+0530 FirstTest[860:117154] 10.25.0 - [FirebaseAnalytics][I-ACS023072] Event logged. Event name, event params: screen_view (_vs), {
    ga_debug (_dbg) = 1;
    ga_event_origin (_o) = app;
    ga_previous_class (_pc) = UISplitViewController;
    ga_previous_id (_pi) = 1905641140094295164;
    ga_realtime (_r) = 1;
    ga_screen (_sn) = ABCView;
    ga_screen_class (_sc) = ABCView;
    ga_screen_id (_si) = 1905641140094295165;
}
2024-05-21 18:02:11.145720+0530 FirstTest[860:117160] 10.25.0 - [FirebaseAnalytics][I-ACS002003] Measurement timer canceled
2024-05-21 18:02:11.145833+0530 FirstTest[860:117160] 10.25.0 - [FirebaseAnalytics][I-ACS002002] Measurement timer scheduled to fire in approx. (s): 0.9741621017456055
2024-05-21 18:02:11.629972+0530 FirstTest[860:117154] 10.25.0 - [FirebaseAnalytics][I-ACS031006] View controller already tracked. Class, ID: UISplitViewController, 1905641140094295164
2024-05-21 18:02:11.630096+0530 FirstTest[860:117154] 10.25.0 - [FirebaseAnalytics][I-ACS031006] View controller already tracked. Class, ID: UISplitViewController, 1905641140094295164
2024-05-21 18:02:12.183932+0530 FirstTest[860:117156] 10.25.0 - [FirebaseAnalytics][I-ACS002001] Measurement timer fired
2024-05-21 18:02:12.184075+0530 FirstTest[860:117156] 10.25.0 - [FirebaseAnalytics][I-ACS002003] Measurement timer canceled
2024-05-21 18:02:12.190237+0530 FirstTest[860:117156] 10.25.0 - [FirebaseAnalytics][I-ACS023105] Event is not subject to real-time event count daily limit. Marking an event as real-time. Event name, parameters: user_engagement (_e), {
    engagement_time_msec (_et) = 3398;
    ga_debug (_dbg) = 1;
    ga_event_origin (_o) = auto;
    ga_realtime (_r) = 1;
    ga_screen_class (_sc) = UISplitViewController;
    ga_screen_id (_si) = 1905641140094295164;
}
2024-05-21 18:02:12.191906+0530 FirstTest[860:117156] 10.25.0 - [FirebaseAnalytics][I-ACS023105] Event is not subject to real-time event count daily limit. Marking an event as real-time. Event name, parameters: screen_view (_vs), {
    ga_debug (_dbg) = 1;
    ga_event_origin (_o) = app;
    ga_previous_class (_pc) = UISplitViewController;
    ga_previous_id (_pi) = 1905641140094295164;
    ga_realtime (_r) = 1;
    ga_screen (_sn) = ABCView;
    ga_screen_class (_sc) = ABCView;
    ga_screen_id (_si) = 1905641140094295165;
}
2024-05-21 18:02:12.197015+0530 FirstTest[860:117158] 10.25.0 - [FirebaseAnalytics][I-ACS023087] User property set. Name, value: lifetime_user_engagement (_lte), 3399
2024-05-21 18:02:12.198294+0530 FirstTest[860:117158] 10.25.0 - [FirebaseAnalytics][I-ACS023087] User property set. Name, value: session_user_engagement (_se), 3399
2024-05-21 18:02:12.214085+0530 FirstTest[860:117154] 10.25.0 - [FirebaseAnalytics][I-ACS012018] Saving bundle. size (bytes): 575
2024-05-21 18:02:12.214375+0530 FirstTest[860:117154] 10.25.0 - [FirebaseAnalytics][I-ACS023116] Bundle added to the upload queue. BundleID, timestamp (ms): 3, 1716294731119
2024-05-21 18:02:12.224263+0530 FirstTest[860:117154] 10.25.0 - [FirebaseAnalytics][I-ACS023039] Measurement data sent to network. Timestamp (ms), data: 1716294732223, <APMPBMeasurementBatch: 0x283d00ed0>
2024-05-21 18:02:12.232666+0530 FirstTest[860:117156] 10.25.0 - [FirebaseAnalytics][I-ACS900000] Uploading data. Host: https://app-analytics-services.com/a
2024-05-21 18:02:12.338580+0530 FirstTest[860:117154] 10.25.0 - [FirebaseAnalytics][I-ACS901006] Received SSL challenge for host. Host: https://app-analytics-services.com/a
2024-05-21 18:02:12.462707+0530 FirstTest[860:117154] 10.25.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://app-analytics-services.com/a, Response code: 204, 231.5950ms
2024-05-21 18:02:12.469340+0530 FirstTest[860:117154] 10.25.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
2024-05-21 18:02:12.470346+0530 FirstTest[860:117154] 10.25.0 - [FirebaseInstallations][I-FIS002001] -[FIRInstallationsIDController installationWithValidAuthTokenForcingRefresh:0], appName: __FIRAPP_DEFAULT
2024-05-21 18:02:12.470459+0530 FirstTest[860:117154] 10.25.0 - [FirebaseAnalytics][I-ACS023044] Successful upload. Got network response. Code, size: 204, -1
2024-05-21 18:02:12.471196+0530 FirstTest[860:117154] 10.25.0 - [FirebaseAnalytics][I-ACS002002] Measurement timer scheduled to fire in approx. (s): -0.3505750894546509
2024-05-21 18:02:12.480826+0530 FirstTest[860:117158] 10.25.0 - [FirebaseAnalytics][I-ACS002003] Measurement timer canceled
2024-05-21 18:02:12.954081+0530 FirstTest[860:117156] 10.25.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://wss2.cex.uk.webuy.io/v3/boxlists/hotproducts, Response code: 200, 1834.6030ms
2024-05-21 18:02:12.956654+0530 FirstTest[860:117156] 10.25.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
API executionTime: 1 sec 835 ms
2024-05-21 18:02:12.964562+0530 FirstTest[860:117156] 10.25.0 - [FirebaseInstallations][I-FIS002001] -[FIRInstallationsIDController installationWithValidAuthTokenForcingRefresh:0], appName: __FIRAPP_DEFAULT
2024-05-21 18:02:17.078381+0530 FirstTest[860:117159] 10.25.0 - [FirebaseAnalytics][I-ACS031006] View controller already tracked. Class, ID: UISplitViewController, 1905641140094295164
2024-05-21 18:02:17.078990+0530 FirstTest[860:117159] 10.25.0 - [FirebaseAnalytics][I-ACS031006] View controller already tracked. Class, ID: UISplitViewController, 1905641140094295164
2024-05-21 18:02:17.399182+0530 FirstTest[860:117160] 10.25.0 - [FirebaseAnalytics][I-ACS002001] APMExperimentAlarm fired
2024-05-21 18:02:17.399326+0530 FirstTest[860:117160] 10.25.0 - [FirebaseAnalytics][I-ACS002003] APMExperimentAlarm canceled
2024-05-21 18:02:17.637459+0530 FirstTest[860:117160] 10.25.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://app-analytics-services.com/sdk-exp, Response code: 200, 220.0860ms
2024-05-21 18:02:17.644498+0530 FirstTest[860:117160] 10.25.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
2024-05-21 18:02:17.645003+0530 FirstTest[860:117160] 10.25.0 - [FirebaseInstallations][I-FIS002001] -[FIRInstallationsIDController installationWithValidAuthTokenForcingRefresh:0], appName: __FIRAPP_DEFAULT
2024-05-21 18:02:17.657342+0530 FirstTest[860:117159] 10.25.0 - [FirebaseAnalytics][I-ACS002002] APMExperimentAlarm scheduled to fire in approx. (s): 14399.98852014542
2024-05-21 18:02:17.790791+0530 FirstTest[860:117159] 10.25.0 - [FirebaseAnalytics][I-ACS031029] Logging screen view with screen name and screen class: DEFView, DEFView
2024-05-21 18:02:17.791243+0530 FirstTest[860:117159] 10.25.0 - [FirebaseAnalytics][I-ACS002003] Engagement timer canceled
2024-05-21 18:02:17.791481+0530 FirstTest[860:117159] 10.25.0 - [FirebaseAnalytics][I-ACS002002] Engagement timer scheduled to fire in approx. (s): 3600
2024-05-21 18:02:17.793565+0530 FirstTest[860:117158] 10.25.0 - [FirebaseAnalytics][I-ACS023051] Logging event: origin, name, params: auto, user_engagement (_e), {
    engagement_time_msec (_et) = 6668;
    ga_event_origin (_o) = auto;
    ga_screen (_sn) = ABCView;
    ga_screen_class (_sc) = ABCView;
    ga_screen_id (_si) = 1905641140094295165;
}
2024-05-21 18:02:17.795016+0530 FirstTest[860:117160] 10.25.0 - [FirebaseAnalytics][I-ACS023073] Debug mode is enabled. Marking event as debug and real-time. Event name, parameters: user_engagement (_e), {
    engagement_time_msec (_et) = 6668;
    ga_debug (_dbg) = 1;
    ga_event_origin (_o) = auto;
    ga_realtime (_r) = 1;
    ga_screen (_sn) = ABCView;
    ga_screen_class (_sc) = ABCView;
    ga_screen_id (_si) = 1905641140094295165;
}
2024-05-21 18:02:17.805194+0530 FirstTest[860:117160] 10.25.0 - [FirebaseAnalytics][I-ACS023072] Event logged. Event name, event params: user_engagement (_e), {
    engagement_time_msec (_et) = 6668;
    ga_debug (_dbg) = 1;
    ga_event_origin (_o) = auto;
    ga_realtime (_r) = 1;
    ga_screen (_sn) = ABCView;
    ga_screen_class (_sc) = ABCView;
    ga_screen_id (_si) = 1905641140094295165;
}
2024-05-21 18:02:17.807838+0530 FirstTest[860:117160] 10.25.0 - [FirebaseAnalytics][I-ACS002002] Measurement timer scheduled to fire in approx. (s): 0.9803041219711304
2024-05-21 18:02:17.808658+0530 FirstTest[860:117158] 10.25.0 - [FirebaseAnalytics][I-ACS023051] Logging event: origin, name, params: app, screen_view (_vs), {
    ga_event_origin (_o) = app;
    ga_previous_class (_pc) = ABCView;
    ga_previous_id (_pi) = 1905641140094295165;
    ga_previous_screen (_pn) = ABCView;
    ga_screen (_sn) = DEFView;
    ga_screen_class (_sc) = DEFView;
    ga_screen_id (_si) = 1905641140094295166;
}
2024-05-21 18:02:17.809892+0530 FirstTest[860:117160] 10.25.0 - [FirebaseAnalytics][I-ACS023073] Debug mode is enabled. Marking event as debug and real-time. Event name, parameters: screen_view (_vs), {
    ga_debug (_dbg) = 1;
    ga_event_origin (_o) = app;
    ga_previous_class (_pc) = ABCView;
    ga_previous_id (_pi) = 1905641140094295165;
    ga_previous_screen (_pn) = ABCView;
    ga_realtime (_r) = 1;
    ga_screen (_sn) = DEFView;
    ga_screen_class (_sc) = DEFView;
    ga_screen_id (_si) = 1905641140094295166;
}
2024-05-21 18:02:17.813708+0530 FirstTest[860:117158] 10.25.0 - [FirebaseAnalytics][I-ACS023072] Event logged. Event name, event params: screen_view (_vs), {
    ga_debug (_dbg) = 1;
    ga_event_origin (_o) = app;
    ga_previous_class (_pc) = ABCView;
    ga_previous_id (_pi) = 1905641140094295165;
    ga_previous_screen (_pn) = ABCView;
    ga_realtime (_r) = 1;
    ga_screen (_sn) = DEFView;
    ga_screen_class (_sc) = DEFView;
    ga_screen_id (_si) = 1905641140094295166;
}
2024-05-21 18:02:17.815594+0530 FirstTest[860:117158] 10.25.0 - [FirebaseAnalytics][I-ACS002003] Measurement timer canceled
2024-05-21 18:02:17.815639+0530 FirstTest[860:117158] 10.25.0 - [FirebaseAnalytics][I-ACS002002] Measurement timer scheduled to fire in approx. (s): 0.9724380970001221
2024-05-21 18:02:18.298813+0530 FirstTest[860:117160] 10.25.0 - [FirebaseAnalytics][I-ACS031006] View controller already tracked. Class, ID: UISplitViewController, 1905641140094295164
2024-05-21 18:02:18.299127+0530 FirstTest[860:117156] 10.25.0 - [FirebaseAnalytics][I-ACS031006] View controller already tracked. Class, ID: UISplitViewController, 1905641140094295164
2024-05-21 18:02:18.823730+0530 FirstTest[860:117156] 10.25.0 - [FirebaseAnalytics][I-ACS002001] Measurement timer fired
2024-05-21 18:02:18.823806+0530 FirstTest[860:117156] 10.25.0 - [FirebaseAnalytics][I-ACS002003] Measurement timer canceled
2024-05-21 18:02:18.825835+0530 FirstTest[860:117156] 10.25.0 - [FirebaseAnalytics][I-ACS023105] Event is not subject to real-time event count daily limit. Marking an event as real-time. Event name, parameters: user_engagement (_e), {
    engagement_time_msec (_et) = 6668;
    ga_debug (_dbg) = 1;
    ga_event_origin (_o) = auto;
    ga_realtime (_r) = 1;
    ga_screen (_sn) = ABCView;
    ga_screen_class (_sc) = ABCView;
    ga_screen_id (_si) = 1905641140094295165;
}
2024-05-21 18:02:18.826244+0530 FirstTest[860:117160] 10.25.0 - [FirebaseAnalytics][I-ACS023105] Event is not subject to real-time event count daily limit. Marking an event as real-time. Event name, parameters: screen_view (_vs), {
    ga_debug (_dbg) = 1;
    ga_event_origin (_o) = app;
    ga_previous_class (_pc) = ABCView;
    ga_previous_id (_pi) = 1905641140094295165;
    ga_previous_screen (_pn) = ABCView;
    ga_realtime (_r) = 1;
    ga_screen (_sn) = DEFView;
    ga_screen_class (_sc) = DEFView;
    ga_screen_id (_si) = 1905641140094295166;
}
2024-05-21 18:02:18.833610+0530 FirstTest[860:117156] 10.25.0 - [FirebaseAnalytics][I-ACS023087] User property set. Name, value: lifetime_user_engagement (_lte), 10067
2024-05-21 18:02:18.834546+0530 FirstTest[860:117156] 10.25.0 - [FirebaseAnalytics][I-ACS023087] User property set. Name, value: session_user_engagement (_se), 10067
2024-05-21 18:02:18.843710+0530 FirstTest[860:117156] 10.25.0 - [FirebaseAnalytics][I-ACS012018] Saving bundle. size (bytes): 560
2024-05-21 18:02:18.844499+0530 FirstTest[860:117156] 10.25.0 - [FirebaseAnalytics][I-ACS023116] Bundle added to the upload queue. BundleID, timestamp (ms): 4, 1716294737787
2024-05-21 18:02:18.853819+0530 FirstTest[860:117160] 10.25.0 - [FirebaseAnalytics][I-ACS023039] Measurement data sent to network. Timestamp (ms), data: 1716294738853, <APMPBMeasurementBatch: 0x283d14c40>
2024-05-21 18:02:18.857395+0530 FirstTest[860:117156] 10.25.0 - [FirebaseAnalytics][I-ACS900000] Uploading data. Host: https://app-analytics-services.com/a
2024-05-21 18:02:18.951977+0530 FirstTest[860:117159] 10.25.0 - [FirebaseAnalytics][I-ACS901006] Received SSL challenge for host. Host: https://app-analytics-services.com/a
2024-05-21 18:02:19.072180+0530 FirstTest[860:117158] 10.25.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://app-analytics-services.com/a, Response code: 204, 214.8480ms
2024-05-21 18:02:19.073726+0530 FirstTest[860:117160] 10.25.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
2024-05-21 18:02:19.078765+0530 FirstTest[860:117160] 10.25.0 - [FirebaseInstallations][I-FIS002001] -[FIRInstallationsIDController installationWithValidAuthTokenForcingRefresh:0], appName: __FIRAPP_DEFAULT
2024-05-21 18:02:19.079641+0530 FirstTest[860:117160] 10.25.0 - [FirebaseAnalytics][I-ACS023044] Successful upload. Got network response. Code, size: 204, -1
2024-05-21 18:02:19.079753+0530 FirstTest[860:117160] 10.25.0 - [FirebaseAnalytics][I-ACS002002] Measurement timer scheduled to fire in approx. (s): -0.2915490865707397
2024-05-21 18:02:19.090884+0530 FirstTest[860:117158] 10.25.0 - [FirebaseAnalytics][I-ACS002003] Measurement timer canceled
2024-05-21 18:02:53.662589+0530 FirstTest[860:117317] 10.25.0 - [FirebaseAnalytics][I-ACS031006] View controller already tracked. Class, ID: UISplitViewController, 1905641140094295164
2024-05-21 18:02:53.663032+0530 FirstTest[860:117317] 10.25.0 - [FirebaseAnalytics][I-ACS031006] View controller already tracked. Class, ID: UISplitViewController, 1905641140094295164
get urlhttps://wss2.cex.uk.webuy.io/v3/boxlists/hotproducts
urlRequest:https://wss2.cex.uk.webuy.io/v3/boxlists/hotproducts
2024-05-21 18:02:54.358250+0530 FirstTest[860:117319] 10.25.0 - [FirebaseAnalytics][I-ACS031029] Logging screen view with screen name and screen class: ABCView, ABCView
2024-05-21 18:02:54.358324+0530 FirstTest[860:117319] 10.25.0 - [FirebaseAnalytics][I-ACS002003] Engagement timer canceled
2024-05-21 18:02:54.358371+0530 FirstTest[860:117319] 10.25.0 - [FirebaseAnalytics][I-ACS002002] Engagement timer scheduled to fire in approx. (s): 3600
2024-05-21 18:02:54.359166+0530 FirstTest[860:117319] 10.25.0 - [FirebaseAnalytics][I-ACS023051] Logging event: origin, name, params: auto, user_engagement (_e), {
    engagement_time_msec (_et) = 36570;
    ga_event_origin (_o) = auto;
    ga_screen (_sn) = DEFView;
    ga_screen_class (_sc) = DEFView;
    ga_screen_id (_si) = 1905641140094295166;
}
2024-05-21 18:02:54.360096+0530 FirstTest[860:117317] 10.25.0 - [FirebaseAnalytics][I-ACS023073] Debug mode is enabled. Marking event as debug and real-time. Event name, parameters: user_engagement (_e), {
    engagement_time_msec (_et) = 36570;
    ga_debug (_dbg) = 1;
    ga_event_origin (_o) = auto;
    ga_realtime (_r) = 1;
    ga_screen (_sn) = DEFView;
    ga_screen_class (_sc) = DEFView;
    ga_screen_id (_si) = 1905641140094295166;
}
2024-05-21 18:02:54.383080+0530 FirstTest[860:117153] 10.25.0 - [FirebaseAnalytics][I-ACS023072] Event logged. Event name, event params: user_engagement (_e), {
    engagement_time_msec (_et) = 36570;
    ga_debug (_dbg) = 1;
    ga_event_origin (_o) = auto;
    ga_realtime (_r) = 1;
    ga_screen (_sn) = DEFView;
    ga_screen_class (_sc) = DEFView;
    ga_screen_id (_si) = 1905641140094295166;
}
2024-05-21 18:02:54.388312+0530 FirstTest[860:117317] 10.25.0 - [FirebaseAnalytics][I-ACS002002] Measurement timer scheduled to fire in approx. (s): 0.9704098701477051
2024-05-21 18:02:54.390178+0530 FirstTest[860:117317] 10.25.0 - [FirebaseAnalytics][I-ACS023051] Logging event: origin, name, params: app, screen_view (_vs), {
    ga_event_origin (_o) = app;
    ga_previous_class (_pc) = DEFView;
    ga_previous_id (_pi) = 1905641140094295166;
    ga_previous_screen (_pn) = DEFView;
    ga_screen (_sn) = ABCView;
    ga_screen_class (_sc) = ABCView;
    ga_screen_id (_si) = 1905641140094295167;
}
2024-05-21 18:02:54.392938+0530 FirstTest[860:117317] 10.25.0 - [FirebaseAnalytics][I-ACS023073] Debug mode is enabled. Marking event as debug and real-time. Event name, parameters: screen_view (_vs), {
    ga_debug (_dbg) = 1;
    ga_event_origin (_o) = app;
    ga_previous_class (_pc) = DEFView;
    ga_previous_id (_pi) = 1905641140094295166;
    ga_previous_screen (_pn) = DEFView;
    ga_realtime (_r) = 1;
    ga_screen (_sn) = ABCView;
    ga_screen_class (_sc) = ABCView;
    ga_screen_id (_si) = 1905641140094295167;
}
2024-05-21 18:02:54.399924+0530 FirstTest[860:117317] 10.25.0 - [FirebaseAnalytics][I-ACS023072] Event logged. Event name, event params: screen_view (_vs), {
    ga_debug (_dbg) = 1;
    ga_event_origin (_o) = app;
    ga_previous_class (_pc) = DEFView;
    ga_previous_id (_pi) = 1905641140094295166;
    ga_previous_screen (_pn) = DEFView;
    ga_realtime (_r) = 1;
    ga_screen (_sn) = ABCView;
    ga_screen_class (_sc) = ABCView;
    ga_screen_id (_si) = 1905641140094295167;
}
2024-05-21 18:02:54.403483+0530 FirstTest[860:117317] 10.25.0 - [FirebaseAnalytics][I-ACS002003] Measurement timer canceled
2024-05-21 18:02:54.403564+0530 FirstTest[860:117317] 10.25.0 - [FirebaseAnalytics][I-ACS002002] Measurement timer scheduled to fire in approx. (s): 0.9548869132995605
2024-05-21 18:02:54.867377+0530 FirstTest[860:117317] 10.25.0 - [FirebaseAnalytics][I-ACS031006] View controller already tracked. Class, ID: UISplitViewController, 1905641140094295164
2024-05-21 18:02:54.867473+0530 FirstTest[860:117317] 10.25.0 - [FirebaseAnalytics][I-ACS031006] View controller already tracked. Class, ID: UISplitViewController, 1905641140094295164
2024-05-21 18:02:55.395578+0530 FirstTest[860:117316] 10.25.0 - [FirebaseAnalytics][I-ACS002001] Measurement timer fired
2024-05-21 18:02:55.395723+0530 FirstTest[860:117316] 10.25.0 - [FirebaseAnalytics][I-ACS002003] Measurement timer canceled
2024-05-21 18:02:55.401741+0530 FirstTest[860:117316] 10.25.0 - [FirebaseAnalytics][I-ACS023105] Event is not subject to real-time event count daily limit. Marking an event as real-time. Event name, parameters: user_engagement (_e), {
    engagement_time_msec (_et) = 36570;
    ga_debug (_dbg) = 1;
    ga_event_origin (_o) = auto;
    ga_realtime (_r) = 1;
    ga_screen (_sn) = DEFView;
    ga_screen_class (_sc) = DEFView;
    ga_screen_id (_si) = 1905641140094295166;
}
2024-05-21 18:02:55.402941+0530 FirstTest[860:117316] 10.25.0 - [FirebaseAnalytics][I-ACS023105] Event is not subject to real-time event count daily limit. Marking an event as real-time. Event name, parameters: screen_view (_vs), {
    ga_debug (_dbg) = 1;
    ga_event_origin (_o) = app;
    ga_previous_class (_pc) = DEFView;
    ga_previous_id (_pi) = 1905641140094295166;
    ga_previous_screen (_pn) = DEFView;
    ga_realtime (_r) = 1;
    ga_screen (_sn) = ABCView;
    ga_screen_class (_sc) = ABCView;
    ga_screen_id (_si) = 1905641140094295167;
}
2024-05-21 18:02:55.408429+0530 FirstTest[860:117354] 10.25.0 - [FirebaseAnalytics][I-ACS023087] User property set. Name, value: lifetime_user_engagement (_lte), 46637
2024-05-21 18:02:55.409349+0530 FirstTest[860:117354] 10.25.0 - [FirebaseAnalytics][I-ACS023087] User property set. Name, value: session_user_engagement (_se), 46637
2024-05-21 18:02:55.418811+0530 FirstTest[860:117354] 10.25.0 - [FirebaseAnalytics][I-ACS012018] Saving bundle. size (bytes): 571
2024-05-21 18:02:55.419541+0530 FirstTest[860:117354] 10.25.0 - [FirebaseAnalytics][I-ACS023116] Bundle added to the upload queue. BundleID, timestamp (ms): 5, 1716294774357
2024-05-21 18:02:55.430248+0530 FirstTest[860:117354] 10.25.0 - [FirebaseAnalytics][I-ACS023039] Measurement data sent to network. Timestamp (ms), data: 1716294775429, <APMPBMeasurementBatch: 0x283d39f50>
2024-05-21 18:02:55.438525+0530 FirstTest[860:117316] 10.25.0 - [FirebaseAnalytics][I-ACS900000] Uploading data. Host: https://app-analytics-services.com/a
2024-05-21 18:02:55.547083+0530 FirstTest[860:117316] 10.25.0 - [FirebaseAnalytics][I-ACS901006] Received SSL challenge for host. Host: https://app-analytics-services.com/a
2024-05-21 18:02:55.582089+0530 FirstTest[860:117153] 10.25.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://wss2.cex.uk.webuy.io/v3/boxlists/hotproducts, Response code: 200, 1224.5670ms
API executionTime: 1 sec 225 ms
2024-05-21 18:02:55.582700+0530 FirstTest[860:117319] 10.25.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
2024-05-21 18:02:55.583295+0530 FirstTest[860:117319] 10.25.0 - [FirebaseInstallations][I-FIS002001] -[FIRInstallationsIDController installationWithValidAuthTokenForcingRefresh:0], appName: __FIRAPP_DEFAULT
2024-05-21 18:02:55.658465+0530 FirstTest[860:117319] 10.25.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://app-analytics-services.com/a, Response code: 204, 221.5760ms
2024-05-21 18:02:55.659560+0530 FirstTest[860:117316] 10.25.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
2024-05-21 18:02:55.661592+0530 FirstTest[860:117316] 10.25.0 - [FirebaseInstallations][I-FIS002001] -[FIRInstallationsIDController installationWithValidAuthTokenForcingRefresh:0], appName: __FIRAPP_DEFAULT
2024-05-21 18:02:55.662556+0530 FirstTest[860:117316] 10.25.0 - [FirebaseAnalytics][I-ACS023044] Successful upload. Got network response. Code, size: 204, -1
2024-05-21 18:02:55.662611+0530 FirstTest[860:117316] 10.25.0 - [FirebaseAnalytics][I-ACS002002] Measurement timer scheduled to fire in approx. (s): -0.3039458990097046
2024-05-21 18:02:55.668343+0530 FirstTest[860:117153] 10.25.0 - [FirebaseAnalytics][I-ACS002003] Measurement timer canceled

If using Swift Package Manager, the project's Package.resolved

Expand Package.resolved snippet
```json Replace this line with the contents of your Package.resolved. ```

If using CocoaPods, the project's Podfile.lock

PODS:

DEPENDENCIES:

SPEC REPOS: trunk:

SPEC CHECKSUMS: AlgoliaSearchClient: dd74cf9fc8c9ccb4145b77b435945068dcd4ce50 Firebase: 0312a2352584f782ea56f66d91606891d4607f06 FirebaseABTesting: e6e3c3e0e35813874f571d1b7bdae2aab319dd38 FirebaseAnalytics: ec00fe8b93b41dc6fe4a28784b8e51da0647a248 FirebaseCore: 7ec4d0484817f12c3373955bc87762d96842d483 FirebaseCoreExtension: 8a47811d0b155501559ef05d089518152a0a1677 FirebaseCoreInternal: 910a81992c33715fec9263ca7381d59ab3a750b7 FirebaseInstallations: 91950fe859846fff0fbd296180909dd273103b09 FirebaseMessaging: 88950ba9485052891ebe26f6c43a52bb62248952 FirebasePerformance: bae7778c4448b37f2a75cb72d30c2df7d10ff227 FirebaseRemoteConfig: 9f3935cefecd85d5b312192117f444957de24a75 FirebaseRemoteConfigInterop: b25018791b204c0d78a90e394d6c62d9b1f22da8 FirebaseSessions: c0939656253a1fa0e94ecc266ccf770cc8b33732 FirebaseSharedSwift: 0274086954b1b2d5fd7e829eccc587044d72a4ba GoogleAppMeasurement: 9abf64b682732fed36da827aa2a68f0221fd2356 GoogleDataTransport: 6c09b596d841063d76d4288cc2d2f42cc36e1e2a GoogleUtilities: ea963c370a38a8069cc5f7ba4ca849a60b6d7d15 InstantSearch: dfa1e71207059951d40aefc8e981bcf6199a5c27 InstantSearchTelemetry: e1ea763a63ad2db96b4f5e8bc4cd4cc1147274b9 Logging: beeb016c9c80cf77042d62e83495816847ef108b lottie-ios: fcb5e73e17ba4c983140b7d21095c834b3087418 nanopb: 438bc412db1928dac798aa6fd75726007be04262 PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47 PromisesSwift: 9d77319bbe72ebf6d872900551f7eeba9bce2851 SDWebImage: b9a731e1d6307f44ca703b3976d18c24ca561e84 SDWebImageSwiftUI: 2ecf5ab6f574526326b10ecb155e72a88059d0f0 SwiftProtobuf: 5e8349171e7c2f88f5b9e683cb3cb79d1dc780b3

PODFILE CHECKSUM: 21b60e5f175261a48f9c1d0c10b117e1f3a96965

COCOAPODS: 1.15.2

google-oss-bot commented 5 months ago

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

nikolaydubina commented 1 month ago

same here