firebase / firebase-ios-sdk

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

Firebase in app messaging shows no logs [Firebase/InAppMessaging] at all. #12705

Open Federnenz opened 3 months ago

Federnenz commented 3 months ago

Description

We are trying to show a basic in app message triggered with the on_foreground event. However, when debugging the app, no logs regarding in app message appear [Firebase/InAppMessaging]. For the basic in app message test, got the instance id programmatically, as following this tutorial is not working: https://firebase.google.com/docs/in-app-messaging/get-started?authuser=1&platform=ios#get_your_apps_instance_id As well, verify the project has enabled the in app messaging api. However, in simulators, and only in simulators, we can see debugging the view hierarchy, that a view is attached to the window, but with height zero, like is visible in the attached image. Screenshot 2024-04-04 at 18 06 52

Reproducing the issue

Set a basic in app message campaign, with the configured app for iOS, and try to trigger the in app message with the on_foreground event.

Firebase SDK Version

10.21.0

Xcode Version

15.2

Installation Method

Swift Package Manager

Firebase Product(s)

All

Targeted Platforms

iOS

Relevant Log Output

10.21.0 - [FirebaseCore][I-COR000001] Configuring the default app.
10.21.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebaseSessions][I-SES000000] Version 10.21.0. Expecting subscriptions from: [Performance, Crashlytics]
10.21.0 - [FirebaseAnalytics][I-ACS024000] Debug mode is on
10.21.0 - [FirebaseAnalytics][I-ACS025020] Analytics requires Google App ID from GoogleService-Info.plist. Your data may be lost. Google App ID has been changed. Original, new ID: 1:435626639369:ios:abe80b82e35cfd95ea38d8, 1:435626639369:ios:fe2989983cc31cdcea38d8
10.21.0 - [FirebaseMessaging][I-FCM002000] FIRMessaging library version 10.21.0
10.21.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.
10.21.0 - [FirebaseAnalytics][I-ACS023007] Analytics v.10.21.0 started
10.21.0 - [FirebaseAnalytics][I-ACS023222] Build 102100
10.21.0 - [FirebaseAnalytics][I-ACS023008] To disable debug logging set the following application argument: -noFIRAnalyticsDebugEnabled (see http://goo.gl/RfcP7r)
10.21.0 - [FirebaseAnalytics][I-ACS023009] Debug logging enabled
10.21.0 - [FirebaseAnalytics][I-ACS023207] To disable verbose logging set the following application argument: -FIRAnalyticsVerboseLoggingDisabled (see http://goo.gl/RfcP7r)
[Firebase/Crashlytics] Version 10.21.0
10.21.0 - [FirebaseCrashlytics][I-CLS000000] [Crashlytics] Running on iOS Simulator (iPhone), 17.2.0 (23A344)
10.21.0 - [FirebaseCore][I-COR000033] Data Collection flag is not set.
10.21.0 - [FirebaseCrashlytics][I-CLS000000] Registering Sessions SDK subscription for session data
10.21.0 - [FirebaseSessions][I-SES000000] Registering Sessions SDK subscriber with name: Crashlytics, data collection enabled: true
10.21.0 - [FirebaseCrashlytics][I-CLS000000] Session ID changed: 01c8fa9556a34c97bc4b36db9d9d6b0b
10.21.0 - [FirebaseAnalytics][I-ACS044003] GoogleAppMeasurementIdentitySupport dependency is not currently linked. IDFA will not be accessible.
10.21.0 - [FirebaseCrashlytics][I-CLS000000] Root: /Users/carlosfernandezlopez/Library/Developer/CoreSimulator/Devices/FF7CE028-A1BD-4ECF-BF3B-880DD942BBCC/data/Containers/Data/Application/B6DAD2FA-74DC-4186-88E7-A8D3BA3989B5/Library/Caches/com.crashlytics.data/de.billigermietwagen.app.de.development
10.21.0 - [FirebaseCrashlytics][I-CLS000000] [Crashlytics:Crash:Reports:Event] Registered Firebase Analytics event listener to receive breadcrumb logs
10.21.0 - [FirebaseCrashlytics][I-CLS000000] Automatic data collection is enabled.
10.21.0 - [FirebaseCrashlytics][I-CLS000000] Unsent reports will be uploaded at startup
10.21.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/billiger-mietwagen-15420/performance/app/ios:de.billigermietwagen.app.de/trends?utm_source=perf-ios-sdk&utm_medium=ios-ide
10.21.0 - [FirebasePerformance][I-PRF100001] Registering Sessions SDK subscription for session data
10.21.0 - [FirebaseSessions][I-SES000000] Registering Sessions SDK subscriber with name: Performance, data collection enabled: true
10.21.0 - [FirebasePerformance][I-PRF900002] Session Id changed - 01c8fa9556a34c97bc4b36db9d9d6b0b
10.21.0 - [FirebaseRemoteConfig][I-RCN000062] Loading database at path /Users/carlosfernandezlopez/Library/Developer/CoreSimulator/Devices/FF7CE028-A1BD-4ECF-BF3B-880DD942BBCC/data/Containers/Data/Application/B6DAD2FA-74DC-4186-88E7-A8D3BA3989B5/Library/Application Support/Google/RemoteConfig/RemoteConfig.sqlite3
10.21.0 - [FirebaseAnalytics][I-ACS820009] Successfully start the task manager
10.21.0 - [FirebaseAnalytics][I-ACS800005] Registered client: app_measurement
10.21.0 - [FirebaseAnalytics][I-ACS800023] No pending snapshot to activate. SDK name: app_measurement
10.21.0 - [FirebaseAnalytics][I-ACS800015] Looking for activated flag. SDK name, flag name, activated snapshot: app_measurement, dma_consent_enabled, (nil)
10.21.0 - [FirebaseAnalytics][I-ACS800016] Cannot find activated flag. Looking for launched flag. SDK name, flag name, launched flag: app_measurement, dma_consent_enabled, (nil)
10.21.0 - [FirebaseAnalytics][I-ACS800014] No default flag value. SDK name, flag name: app_measurement, dma_consent_enabled
10.21.0 - [FirebaseAnalytics][I-ACS800015] Looking for activated flag. SDK name, flag name, activated snapshot: app_measurement, gcs_g2_enabled, <APMESnapshot: 0x600000c704b0>
10.21.0 - [FirebaseAnalytics][I-ACS800016] Cannot find activated flag. Looking for launched flag. SDK name, flag name, launched flag: app_measurement, gcs_g2_enabled, <APMESnapshot: 0x600000c70510>
10.21.0 - [FirebaseAnalytics][I-ACS800014] No default flag value. SDK name, flag name: app_measurement, gcs_g2_enabled
10.21.0 - [FirebaseAnalytics][I-ACS800015] Looking for activated flag. SDK name, flag name, activated snapshot: app_measurement, param_value_limit_feature_enabled, <APMESnapshot: 0x600000c704b0>
10.21.0 - [FirebaseAnalytics][I-ACS800016] Cannot find activated flag. Looking for launched flag. SDK name, flag name, launched flag: app_measurement, param_value_limit_feature_enabled, <APMESnapshot: 0x600000c70510>
10.21.0 - [FirebaseAnalytics][I-ACS800014] No default flag value. SDK name, flag name: app_measurement, param_value_limit_feature_enabled
10.21.0 - [FirebaseAnalytics][I-ACS800015] Looking for activated flag. SDK name, flag name, activated snapshot: app_measurement, pixie_gc_enabled, <APMESnapshot: 0x600000c704b0>
10.21.0 - [FirebaseAnalytics][I-ACS800016] Cannot find activated flag. Looking for launched flag. SDK name, flag name, launched flag: app_measurement, pixie_gc_enabled, <APMESnapshot: 0x600000c70510>
10.21.0 - [FirebaseAnalytics][I-ACS002002] APMExperimentAlarm scheduled to fire in approx. (s): 13275.43655204773
10.21.0 - [FirebaseAnalytics][I-ACS029014] Successfully parsed a configuration. Version: 1711753977535642
10.21.0 - [FirebaseAnalytics][I-ACS023016] Analytics is ready to receive events
10.21.0 - [FirebaseAnalytics][I-ACS032019] Search Ad Attribution Reporter is disabled on the simulator
10.21.0 - [FirebaseAnalytics][I-ACS023024] No data to upload. Upload task will not be scheduled
10.21.0 - [FirebaseAnalytics][I-ACS023012] Analytics collection enabled
10.21.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
10.21.0 - [FirebaseAnalytics][I-ACS023087] User property set. Name, value: logged_in_status, false
10.21.0 - [FirebaseAnalytics][I-ACS023087] User property set. Name, value: app_language, de
10.21.0 - [FirebaseAnalytics][I-ACS023087] User property set. Name, value: app_market, billiger-mietwagen.de_de
10.21.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://api.usercentrics.eu/settings/xqGlyCIyF/latest/languages.json, Response code: 304, 190.1520ms
10.21.0 - [FirebasePerformance][I-PRF100009] Incrementing metric _fsapc to 0 on trace _fs
10.21.0 - [FirebasePerformance][I-PRF100009] Logging trace metric - _as 382.0910ms. In a minute, visit the Firebase console to view your data: https://console.firebase.google.com/project/billiger-mietwagen-15420/performance/app/ios:de.billigermietwagen.app.de/troubleshooting/trace/DURATION_TRACE/_as?utm_source=perf-ios-sdk&utm_medium=ios-ide
10.21.0 - [FirebaseRemoteConfig][I-RCN000067] Successfully set configSettings. Minimum Fetch Interval:3600.000000, Fetch timeout:60.000000
10.21.0 - [FirebaseRemoteConfig][I-RCN000051] Returning cached data.
10.21.0 - [FirebaseRemoteConfig][I-RCN000069] Most recently fetched config is already activated.
10.21.0 - [FirebaseInstallations][I-FIS002001] -[FIRInstallationsIDController installationWithValidAuthTokenForcingRefresh:0], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebaseMessaging][I-FCM042001] Invalidating cached token due to Firebase App IID change from 1:435626639369:ios:fe2989983cc31cdcea38d8 to 1:435626639369:ios:abe80b82e35cfd95ea38d8
10.21.0 - [FirebaseMessaging][I-FCM034012] Invalidating cached token for 435626639369 (*) due to token is no longer fresh.
10.21.0 - [FirebasePerformance][I-PRF300005] URL length exceeds limits, truncating recorded URL - https://app.eu.adjust.com/attribution.
10.21.0 - [FirebasePerformance][I-PRF300005] URL length exceeds limits, truncating recorded URL - https://app.eu.adjust.com/attribution.
10.21.0 - [FirebaseSessions][I-SES000000] Data Collection is enabled for at least one Subscriber
10.21.0 - [FirebaseSessions][I-SES000000] [Settings] Cache is not expired, no fetch will be made.
10.21.0 - [FirebaseAnalytics][I-ACS002002] Engagement timer scheduled to fire in approx. (s): 3600
10.21.0 - [FirebaseAnalytics][I-ACS031010] Tracking view controller. Class, ID: SplashViewController, -4561451893489937128
10.21.0 - [FirebaseAnalytics][I-ACS800015] Looking for activated flag. SDK name, flag name, activated snapshot: app_measurement, skan_update_conversion_value_feature_enabled, <APMESnapshot: 0x600000c704b0>
10.21.0 - [FirebaseAnalytics][I-ACS800016] Cannot find activated flag. Looking for launched flag. SDK name, flag name, launched flag: app_measurement, skan_update_conversion_value_feature_enabled, <APMESnapshot: 0x600000c70510>
10.21.0 - [FirebaseAnalytics][I-ACS800014] No default flag value. SDK name, flag name: app_measurement, skan_update_conversion_value_feature_enabled
10.21.0 - [FirebaseAnalytics][I-ACS023051] Logging event: origin, name, params: auto, screen_view (_vs), {
    ga_event_origin (_o) = auto;
    ga_screen_class (_sc) = SplashViewController;
    ga_screen_id (_si) = -4561451893489937128;
}
10.21.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) = SplashViewController;
    ga_screen_id (_si) = -4561451893489937128;
}
10.21.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebaseInstallations][I-FIS002001] -[FIRInstallationsIDController installationWithValidAuthTokenForcingRefresh:0], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebaseSessions][I-SES000000] Logging events using fast QOS due to running on a simulator
10.21.0 - [FirebaseSessions][I-SES000000] Successfully logged Session Start event to GoogleDataTransport
10.21.0 - [FirebaseSessions][I-SES000000] Successfully logged Session Start event
10.21.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) = SplashViewController;
    ga_screen_id (_si) = -4561451893489937128;
}
10.21.0 - [FirebaseAnalytics][I-ACS002002] Measurement timer scheduled to fire in approx. (s): 0.9424668550491333
10.21.0 - [FirebaseAnalytics][I-ACS023028] Upload task scheduled to be executed in approx. (s): 0.9424668550491333
10.21.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://api.mixpanel.com/track/, Response code: 200, 276.2570ms
10.21.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebaseInstallations][I-FIS002001] -[FIRInstallationsIDController installationWithValidAuthTokenForcingRefresh:0], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://api.mixpanel.com/track/, Response code: 200, 294.1830ms
10.21.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebaseInstallations][I-FIS002001] -[FIRInstallationsIDController installationWithValidAuthTokenForcingRefresh:0], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://api.mixpanel.com/engage/, Response code: 200, 327.6150ms
10.21.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://api.mixpanel.com/engage/, Response code: 200, 345.3680ms
10.21.0 - [FirebaseInstallations][I-FIS002001] -[FIRInstallationsIDController installationWithValidAuthTokenForcingRefresh:0], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebaseInstallations][I-FIS002001] -[FIRInstallationsIDController installationWithValidAuthTokenForcingRefresh:0], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://api.usercentrics.eu/translations/translations-de.json, Response code: 304, 172.6990ms
10.21.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebaseInstallations][I-FIS002001] -[FIRInstallationsIDController installationWithValidAuthTokenForcingRefresh:0], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://api.usercentrics.eu/settings/xqGlyCIyF/latest/de.json, Response code: 304, 204.5600ms
10.21.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebaseInstallations][I-FIS002001] -[FIRInstallationsIDController installationWithValidAuthTokenForcingRefresh:0], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebasePerformance][I-PRF300005] URL length exceeds limits, truncating recorded URL - https://aggregator.service.usercentrics.eu/aggregate/de.
10.21.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://app.eu.adjust.com/attribution, Response code: 500, 268.7860ms
10.21.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebaseInstallations][I-FIS002001] -[FIRInstallationsIDController installationWithValidAuthTokenForcingRefresh:0], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://app.eu.adjust.com/attribution, Response code: 500, 272.6240ms
10.21.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebaseInstallations][I-FIS002001] -[FIRInstallationsIDController installationWithValidAuthTokenForcingRefresh:0], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://survey.survicate.com/workspaces/c4e1288c225404f2351d8dcbae032e73/mobile_surveys_v4_0.json, Response code: 200, 239.6260ms
10.21.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebaseInstallations][I-FIS002001] -[FIRInstallationsIDController installationWithValidAuthTokenForcingRefresh:0], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://survey.survicate.com/workspaces/c4e1288c225404f2351d8dcbae032e73/mobile_surveys_v4_0.json, Response code: 200, 250.9480ms
10.21.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebaseInstallations][I-FIS002001] -[FIRInstallationsIDController installationWithValidAuthTokenForcingRefresh:0], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://aggregator.service.usercentrics.eu/aggregate/de, Response code: 304, 126.1420ms
10.21.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebaseInstallations][I-FIS002001] -[FIRInstallationsIDController installationWithValidAuthTokenForcingRefresh:0], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebaseAnalytics][I-ACS023087] User property set. Name, value: _npa, 0
10.21.0 - [FirebaseAnalytics][I-ACS002003] Measurement timer canceled
10.21.0 - [FirebaseAnalytics][I-ACS002002] Measurement timer scheduled to fire in approx. (s): 0.6324318647384644
10.21.0 - [FirebaseAnalytics][I-ACS023028] Upload task scheduled to be executed in approx. (s): 0.6324318647384644
10.21.0 - [FirebaseAnalytics][I-ACS023012] Analytics collection enabled
10.21.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
10.21.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://consumer-api-stage.floyt.com/car-sharing/v2/config, Response code: 200, 1027.9000ms
10.21.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebaseInstallations][I-FIS002001] -[FIRInstallationsIDController installationWithValidAuthTokenForcingRefresh:0], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://consumer-api-stage.floyt.com/car-sharing/v2/config, Response code: 200, 1036.0200ms
10.21.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebaseInstallations][I-FIS002001] -[FIRInstallationsIDController installationWithValidAuthTokenForcingRefresh:0], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebaseAnalytics][I-ACS002001] Measurement timer fired
10.21.0 - [FirebaseAnalytics][I-ACS002003] Measurement timer canceled
10.21.0 - [FirebaseAnalytics][I-ACS023033] Starting data upload
10.21.0 - [FirebaseAnalytics][I-ACS800015] Looking for activated flag. SDK name, flag name, activated snapshot: app_measurement, redundant_engagement_removal_enabled, <APMESnapshot: 0x600000c704b0>
10.21.0 - [FirebaseAnalytics][I-ACS800016] Cannot find activated flag. Looking for launched flag. SDK name, flag name, launched flag: app_measurement, redundant_engagement_removal_enabled, <APMESnapshot: 0x600000c70510>
10.21.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) = SplashViewController;
    ga_screen_id (_si) = -4561451893489937128;
}
10.21.0 - [FirebaseAnalytics][I-ACS800015] Looking for activated flag. SDK name, flag name, activated snapshot: app_measurement, session_stitching_token_feature_enabled, <APMESnapshot: 0x600000c704b0>
10.21.0 - [FirebaseAnalytics][I-ACS800016] Cannot find activated flag. Looking for launched flag. SDK name, flag name, launched flag: app_measurement, session_stitching_token_feature_enabled, <APMESnapshot: 0x600000c70510>
10.21.0 - [FirebaseAnalytics][I-ACS800014] No default flag value. SDK name, flag name: app_measurement, session_stitching_token_feature_enabled
10.21.0 - [FirebaseAnalytics][I-ACS012018] Saving bundle. size (bytes): 572
10.21.0 - [FirebaseAnalytics][I-ACS023221] ad_storage is granted. analytics_storage is granted. ad_user_data is granted. ad_personalization is granted.
10.21.0 - [FirebaseAnalytics][I-ACS023116] Bundle added to the upload queue. BundleID, timestamp (ms): 7, 1712244590281
10.21.0 - [FirebaseAnalytics][I-ACS023038] Uploading events. Elapsed time since last successful upload (s): 1041.401385068893
10.21.0 - [FirebaseAnalytics][I-ACS023039] Measurement data sent to network. Timestamp (ms), data: 1712244591343, <APMPBMeasurementBatch: 0x600000020750>
10.21.0 - [FirebaseAnalytics][I-ACS800015] Looking for activated flag. SDK name, flag name, activated snapshot: app_measurement, network_background_session_enabled, <APMESnapshot: 0x600000c704b0>
10.21.0 - [FirebaseAnalytics][I-ACS800016] Cannot find activated flag. Looking for launched flag. SDK name, flag name, launched flag: app_measurement, network_background_session_enabled, <APMESnapshot: 0x600000c70510>
10.21.0 - [FirebaseAnalytics][I-ACS900000] Uploading data. Host: https://region1.app-measurement.com/a
10.21.0 - [FirebasePerformance][I-PRF100009] Logging trace metric - _st_SplashViewController 1220.3490ms. In a minute, visit the Firebase console to view your data: https://console.firebase.google.com/project/billiger-mietwagen-15420/performance/app/ios:de.billigermietwagen.app.de/troubleshooting/trace/SCREEN_TRACE/_st_SplashViewController?utm_source=perf-ios-sdk&utm_medium=ios-ide
10.21.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebaseAnalytics][I-ACS031010] Tracking view controller. Class, ID: UINavigationController, -4561451893489937127
10.21.0 - [FirebaseAnalytics][I-ACS800015] Looking for activated flag. SDK name, flag name, activated snapshot: app_measurement, efficient_engagement_reporting_enabled, <APMESnapshot: 0x600000c704b0>
10.21.0 - [FirebaseAnalytics][I-ACS800016] Cannot find activated flag. Looking for launched flag. SDK name, flag name, launched flag: app_measurement, efficient_engagement_reporting_enabled, <APMESnapshot: 0x600000c70510>
10.21.0 - [FirebaseAnalytics][I-ACS800015] Looking for activated flag. SDK name, flag name, activated snapshot: app_measurement, efficient_engagement_reporting_enabled, <APMESnapshot: 0x600000c704b0>
10.21.0 - [FirebaseAnalytics][I-ACS800016] Cannot find activated flag. Looking for launched flag. SDK name, flag name, launched flag: app_measurement, efficient_engagement_reporting_enabled, <APMESnapshot: 0x600000c70510>
10.21.0 - [FirebaseAnalytics][I-ACS800015] Looking for activated flag. SDK name, flag name, activated snapshot: app_measurement, efficient_engagement_reporting_enabled, <APMESnapshot: 0x600000c704b0>
10.21.0 - [FirebaseAnalytics][I-ACS800016] Cannot find activated flag. Looking for launched flag. SDK name, flag name, launched flag: app_measurement, efficient_engagement_reporting_enabled, <APMESnapshot: 0x600000c70510>
10.21.0 - [FirebaseAnalytics][I-ACS800015] Looking for activated flag. SDK name, flag name, activated snapshot: app_measurement, efficient_engagement_reporting_enabled, <APMESnapshot: 0x600000c704b0>
10.21.0 - [FirebaseAnalytics][I-ACS800016] Cannot find activated flag. Looking for launched flag. SDK name, flag name, launched flag: app_measurement, efficient_engagement_reporting_enabled, <APMESnapshot: 0x600000c70510>
10.21.0 - [FirebaseAnalytics][I-ACS800015] Looking for activated flag. SDK name, flag name, activated snapshot: app_measurement, efficient_engagement_reporting_enabled, <APMESnapshot: 0x600000c704b0>
10.21.0 - [FirebaseAnalytics][I-ACS800016] Cannot find activated flag. Looking for launched flag. SDK name, flag name, launched flag: app_measurement, efficient_engagement_reporting_enabled, <APMESnapshot: 0x600000c70510>
10.21.0 - [FirebaseAnalytics][I-ACS002003] Engagement timer canceled
10.21.0 - [FirebaseAnalytics][I-ACS002002] Engagement timer scheduled to fire in approx. (s): 3600
10.21.0 - [FirebaseAnalytics][I-ACS800015] Looking for activated flag. SDK name, flag name, activated snapshot: app_measurement, efficient_engagement_reporting_enabled, <APMESnapshot: 0x600000c704b0>
10.21.0 - [FirebaseAnalytics][I-ACS800016] Cannot find activated flag. Looking for launched flag. SDK name, flag name, launched flag: app_measurement, efficient_engagement_reporting_enabled, <APMESnapshot: 0x600000c70510>
10.21.0 - [FirebaseAnalytics][I-ACS031006] View controller already tracked. Class, ID: UINavigationController, -4561451893489937127
10.21.0 - [FirebaseAnalytics][I-ACS031006] View controller already tracked. Class, ID: UINavigationController, -4561451893489937127
10.21.0 - [FirebaseAnalytics][I-ACS901006] Received SSL challenge for host. Host: https://region1.app-measurement.com/a
10.21.0 - [FirebaseAnalytics][I-ACS023051] Logging event: origin, name, params: auto, user_engagement (_e), {
    engagement_time_msec (_et) = 1233;
    ga_event_origin (_o) = auto;
    ga_screen_class (_sc) = SplashViewController;
    ga_screen_id (_si) = -4561451893489937128;
}
10.21.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) = 1233;
    ga_debug (_dbg) = 1;
    ga_event_origin (_o) = auto;
    ga_realtime (_r) = 1;
    ga_screen_class (_sc) = SplashViewController;
    ga_screen_id (_si) = -4561451893489937128;
}
10.21.0 - [FirebaseAnalytics][I-ACS023072] Event logged. Event name, event params: user_engagement (_e), {
    engagement_time_msec (_et) = 1233;
    ga_debug (_dbg) = 1;
    ga_event_origin (_o) = auto;
    ga_realtime (_r) = 1;
    ga_screen_class (_sc) = SplashViewController;
    ga_screen_id (_si) = -4561451893489937128;
}
10.21.0 - [FirebaseAnalytics][I-ACS002002] Measurement timer scheduled to fire in approx. (s): 0.971297025680542
10.21.0 - [FirebaseAnalytics][I-ACS023028] Upload task scheduled to be executed in approx. (s): 0.971297025680542
10.21.0 - [FirebaseAnalytics][I-ACS023051] Logging event: origin, name, params: auto, screen_view (_vs), {
    ga_event_origin (_o) = auto;
    ga_previous_class (_pc) = SplashViewController;
    ga_previous_id (_pi) = -4561451893489937128;
    ga_screen_class (_sc) = UINavigationController;
    ga_screen_id (_si) = -4561451893489937127;
}
10.21.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_previous_class (_pc) = SplashViewController;
    ga_previous_id (_pi) = -4561451893489937128;
    ga_realtime (_r) = 1;
    ga_screen_class (_sc) = UINavigationController;
    ga_screen_id (_si) = -4561451893489937127;
}
10.21.0 - [FirebaseAnalytics][I-ACS023072] Event logged. Event name, event params: screen_view (_vs), {
    ga_debug (_dbg) = 1;
    ga_event_origin (_o) = auto;
    ga_previous_class (_pc) = SplashViewController;
    ga_previous_id (_pi) = -4561451893489937128;
    ga_realtime (_r) = 1;
    ga_screen_class (_sc) = UINavigationController;
    ga_screen_id (_si) = -4561451893489937127;
}
10.21.0 - [FirebaseAnalytics][I-ACS023027] Do not schedule an upload task. Task already exists. Will be executed in seconds: 0.9400860071182251
10.21.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://region1.app-measurement.com/a, Response code: 204, 238.7720ms
10.21.0 - [FirebaseAnalytics][I-ACS031029] Logging screen view with screen name and screen class: home_view, UINavigationController
10.21.0 - [FirebaseAnalytics][I-ACS800015] Looking for activated flag. SDK name, flag name, activated snapshot: app_measurement, efficient_engagement_reporting_enabled, <APMESnapshot: 0x600000c704b0>
10.21.0 - [FirebaseAnalytics][I-ACS800016] Cannot find activated flag. Looking for launched flag. SDK name, flag name, launched flag: app_measurement, efficient_engagement_reporting_enabled, <APMESnapshot: 0x600000c70510>
10.21.0 - [FirebaseAnalytics][I-ACS800015] Looking for activated flag. SDK name, flag name, activated snapshot: app_measurement, efficient_engagement_reporting_enabled, <APMESnapshot: 0x600000c704b0>
10.21.0 - [FirebaseAnalytics][I-ACS800016] Cannot find activated flag. Looking for launched flag. SDK name, flag name, launched flag: app_measurement, efficient_engagement_reporting_enabled, <APMESnapshot: 0x600000c70510>
10.21.0 - [FirebaseAnalytics][I-ACS031010] Tracking view controller. Class, ID: LegacyHomeViewController, -4561451893489937125
10.21.0 - [FirebaseAnalytics][I-ACS800015] Looking for activated flag. SDK name, flag name, activated snapshot: app_measurement, efficient_engagement_reporting_enabled, <APMESnapshot: 0x600000c704b0>
10.21.0 - [FirebaseAnalytics][I-ACS800016] Cannot find activated flag. Looking for launched flag. SDK name, flag name, launched flag: app_measurement, efficient_engagement_reporting_enabled, <APMESnapshot: 0x600000c70510>
10.21.0 - [FirebaseAnalytics][I-ACS800015] Looking for activated flag. SDK name, flag name, activated snapshot: app_measurement, efficient_engagement_reporting_enabled, <APMESnapshot: 0x600000c704b0>
10.21.0 - [FirebaseAnalytics][I-ACS800016] Cannot find activated flag. Looking for launched flag. SDK name, flag name, launched flag: app_measurement, efficient_engagement_reporting_enabled, <APMESnapshot: 0x600000c70510>
10.21.0 - [FirebaseAnalytics][I-ACS023051] Logging event: origin, name, params: app, screen_view (_vs), {
    ga_event_origin (_o) = app;
    ga_previous_class (_pc) = UINavigationController;
    ga_previous_id (_pi) = -4561451893489937127;
    ga_screen (_sn) = home_view;
    ga_screen_class (_sc) = UINavigationController;
    ga_screen_id (_si) = -4561451893489937126;
}
10.21.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) = UINavigationController;
    ga_previous_id (_pi) = -4561451893489937127;
    ga_realtime (_r) = 1;
    ga_screen (_sn) = home_view;
    ga_screen_class (_sc) = UINavigationController;
    ga_screen_id (_si) = -4561451893489937126;
}
10.21.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) = UINavigationController;
    ga_previous_id (_pi) = -4561451893489937127;
    ga_realtime (_r) = 1;
    ga_screen (_sn) = home_view;
    ga_screen_class (_sc) = UINavigationController;
    ga_screen_id (_si) = -4561451893489937126;
}
10.21.0 - [FirebaseAnalytics][I-ACS023027] Do not schedule an upload task. Task already exists. Will be executed in seconds: 0.8213109970092773
10.21.0 - [FirebaseAnalytics][I-ACS023051] Logging event: origin, name, params: auto, screen_view (_vs), {
    ga_event_origin (_o) = auto;
    ga_previous_class (_pc) = UINavigationController;
    ga_previous_id (_pi) = -4561451893489937126;
    ga_previous_screen (_pn) = home_view;
    ga_screen_class (_sc) = LegacyHomeViewController;
    ga_screen_id (_si) = -4561451893489937125;
}
10.21.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_previous_class (_pc) = UINavigationController;
    ga_previous_id (_pi) = -4561451893489937126;
    ga_previous_screen (_pn) = home_view;
    ga_realtime (_r) = 1;
    ga_screen_class (_sc) = LegacyHomeViewController;
    ga_screen_id (_si) = -4561451893489937125;
}
10.21.0 - [FirebaseAnalytics][I-ACS023072] Event logged. Event name, event params: screen_view (_vs), {
    ga_debug (_dbg) = 1;
    ga_event_origin (_o) = auto;
    ga_previous_class (_pc) = UINavigationController;
    ga_previous_id (_pi) = -4561451893489937126;
    ga_previous_screen (_pn) = home_view;
    ga_realtime (_r) = 1;
    ga_screen_class (_sc) = LegacyHomeViewController;
    ga_screen_id (_si) = -4561451893489937125;
}
10.21.0 - [FirebaseAnalytics][I-ACS023027] Do not schedule an upload task. Task already exists. Will be executed in seconds: 0.8180500268936157
10.21.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://region1.app-measurement.com/a, Response code: 204, 341.8650ms
10.21.0 - [FirebaseInstallations][I-FIS002001] -[FIRInstallationsIDController installationWithValidAuthTokenForcingRefresh:0], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebaseAnalytics][I-ACS023044] Successful upload. Got network response. Code, size: 204, 0
10.21.0 - [FirebaseAnalytics][I-ACS023027] Do not schedule an upload task. Task already exists. Will be executed in seconds: 0.801488995552063
10.21.0 - [FirebaseAnalytics][I-ACS023033] Starting data upload
10.21.0 - [FirebaseAnalytics][I-ACS800015] Looking for activated flag. SDK name, flag name, activated snapshot: app_measurement, redundant_engagement_removal_enabled, <APMESnapshot: 0x600000c704b0>
10.21.0 - [FirebaseAnalytics][I-ACS800016] Cannot find activated flag. Looking for launched flag. SDK name, flag name, launched flag: app_measurement, redundant_engagement_removal_enabled, <APMESnapshot: 0x600000c70510>
10.21.0 - [FirebaseAnalytics][I-ACS800015] Looking for activated flag. SDK name, flag name, activated snapshot: app_measurement, redundant_engagement_removal_enabled, <APMESnapshot: 0x600000c704b0>
10.21.0 - [FirebaseAnalytics][I-ACS800016] Cannot find activated flag. Looking for launched flag. SDK name, flag name, launched flag: app_measurement, redundant_engagement_removal_enabled, <APMESnapshot: 0x600000c70510>
10.21.0 - [FirebaseAnalytics][I-ACS800015] Looking for activated flag. SDK name, flag name, activated snapshot: app_measurement, redundant_engagement_removal_enabled, <APMESnapshot: 0x600000c704b0>
10.21.0 - [FirebaseAnalytics][I-ACS800016] Cannot find activated flag. Looking for launched flag. SDK name, flag name, launched flag: app_measurement, redundant_engagement_removal_enabled, <APMESnapshot: 0x600000c70510>
10.21.0 - [FirebaseAnalytics][I-ACS800015] Looking for activated flag. SDK name, flag name, activated snapshot: app_measurement, redundant_engagement_removal_enabled, <APMESnapshot: 0x600000c704b0>
10.21.0 - [FirebaseAnalytics][I-ACS800016] Cannot find activated flag. Looking for launched flag. SDK name, flag name, launched flag: app_measurement, redundant_engagement_removal_enabled, <APMESnapshot: 0x600000c70510>
10.21.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) = 1233;
    ga_debug (_dbg) = 1;
    ga_event_origin (_o) = auto;
    ga_realtime (_r) = 1;
    ga_screen_class (_sc) = SplashViewController;
    ga_screen_id (_si) = -4561451893489937128;
}
10.21.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_previous_class (_pc) = SplashViewController;
    ga_previous_id (_pi) = -4561451893489937128;
    ga_realtime (_r) = 1;
    ga_screen_class (_sc) = UINavigationController;
    ga_screen_id (_si) = -4561451893489937127;
}
10.21.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) = UINavigationController;
    ga_previous_id (_pi) = -4561451893489937127;
    ga_realtime (_r) = 1;
    ga_screen (_sn) = home_view;
    ga_screen_class (_sc) = UINavigationController;
    ga_screen_id (_si) = -4561451893489937126;
}
10.21.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_previous_class (_pc) = UINavigationController;
    ga_previous_id (_pi) = -4561451893489937126;
    ga_previous_screen (_pn) = home_view;
    ga_realtime (_r) = 1;
    ga_screen_class (_sc) = LegacyHomeViewController;
    ga_screen_id (_si) = -4561451893489937125;
}
10.21.0 - [FirebaseAnalytics][I-ACS023087] User property set. Name, value: lifetime_user_engagement (_lte), 90820
10.21.0 - [FirebaseAnalytics][I-ACS023087] User property set. Name, value: session_user_engagement (_se), 90820
10.21.0 - [FirebaseAnalytics][I-ACS800015] Looking for activated flag. SDK name, flag name, activated snapshot: app_measurement, session_stitching_token_feature_enabled, <APMESnapshot: 0x600000c704b0>
10.21.0 - [FirebaseAnalytics][I-ACS800016] Cannot find activated flag. Looking for launched flag. SDK name, flag name, launched flag: app_measurement, session_stitching_token_feature_enabled, <APMESnapshot: 0x600000c70510>
10.21.0 - [FirebaseAnalytics][I-ACS800014] No default flag value. SDK name, flag name: app_measurement, session_stitching_token_feature_enabled
10.21.0 - [FirebaseAnalytics][I-ACS012018] Saving bundle. size (bytes): 719
10.21.0 - [FirebaseAnalytics][I-ACS023221] ad_storage is granted. analytics_storage is granted. ad_user_data is granted. ad_personalization is granted.
10.21.0 - [FirebaseAnalytics][I-ACS023116] Bundle added to the upload queue. BundleID, timestamp (ms): 8, 1712244591674
10.21.0 - [FirebaseAnalytics][I-ACS023038] Uploading events. Elapsed time since last successful upload (s): 0.01848602294921875
10.21.0 - [FirebaseAnalytics][I-ACS023039] Measurement data sent to network. Timestamp (ms), data: 1712244591718, <APMPBMeasurementBatch: 0x600000014d10>
10.21.0 - [FirebaseAnalytics][I-ACS800015] Looking for activated flag. SDK name, flag name, activated snapshot: app_measurement, network_background_session_enabled, <APMESnapshot: 0x600000c704b0>
10.21.0 - [FirebaseAnalytics][I-ACS800016] Cannot find activated flag. Looking for launched flag. SDK name, flag name, launched flag: app_measurement, network_background_session_enabled, <APMESnapshot: 0x600000c70510>
10.21.0 - [FirebaseAnalytics][I-ACS900000] Uploading data. Host: https://region1.app-measurement.com/a
10.21.0 - [FirebaseAnalytics][I-ACS901006] Received SSL challenge for host. Host: https://region1.app-measurement.com/a
10.21.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://region1.app-measurement.com/a, Response code: 204, 119.2240ms
10.21.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://region1.app-measurement.com/a, Response code: 204, 121.6650ms
10.21.0 - [FirebaseInstallations][I-FIS002001] -[FIRInstallationsIDController installationWithValidAuthTokenForcingRefresh:0], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebaseInstallations][I-FIS002001] -[FIRInstallationsIDController installationWithValidAuthTokenForcingRefresh:0], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebaseAnalytics][I-ACS023044] Successful upload. Got network response. Code, size: 204, 0
10.21.0 - [FirebaseAnalytics][I-ACS023027] Do not schedule an upload task. Task already exists. Will be executed in seconds: 0.6605030298233032
10.21.0 - [FirebaseAnalytics][I-ACS023024] No data to upload. Upload task will not be scheduled
10.21.0 - [FirebaseAnalytics][I-ACS002003] Measurement timer canceled
10.21.0 - [FirebaseAnalytics][I-ACS800015] Looking for activated flag. SDK name, flag name, activated snapshot: app_measurement, skan_update_conversion_value_feature_enabled, <APMESnapshot: 0x600000c704b0>
10.21.0 - [FirebaseAnalytics][I-ACS800016] Cannot find activated flag. Looking for launched flag. SDK name, flag name, launched flag: app_measurement, skan_update_conversion_value_feature_enabled, <APMESnapshot: 0x600000c70510>
10.21.0 - [FirebaseAnalytics][I-ACS800014] No default flag value. SDK name, flag name: app_measurement, skan_update_conversion_value_feature_enabled
10.21.0 - [FirebasePerformance][I-PRF300005] URL length exceeds limits, truncating recorded URL - https://api-eu.mixpanel.com/track/.
10.21.0 - [FirebasePerformance][I-PRF300005] URL length exceeds limits, truncating recorded URL - https://api-eu.mixpanel.com/track/.
10.21.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://api-eu.mixpanel.com/track/, Response code: 200, 141.2700ms
10.21.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebaseInstallations][I-FIS002001] -[FIRInstallationsIDController installationWithValidAuthTokenForcingRefresh:0], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://api-eu.mixpanel.com/track/, Response code: 200, 144.0180ms
10.21.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebaseInstallations][I-FIS002001] -[FIRInstallationsIDController installationWithValidAuthTokenForcingRefresh:0], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://dl.google.com/geosdk/ios-latest, Response code: 200, 3.6730ms
10.21.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://mapsmobilesdks-pa.googleapis.com/$rpc/google.internal.maps.mapsmobilesdks.v1.MapsMobileSDKsService/DeductQuota, Response code: 200, 194.5580ms
10.21.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://mapsmobilesdks-pa.googleapis.com/$rpc/google.internal.maps.mapsmobilesdks.v1.MapsMobileSDKsService/DeductQuota, Response code: 200, 196.6780ms
10.21.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://dl.google.com/geosdk/ios-latest, Response code: 200, 15299.6690ms
10.21.0 - [FirebaseInstallations][I-FIS002001] -[FIRInstallationsIDController installationWithValidAuthTokenForcingRefresh:0], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebasePerformance][I-PRF300005] URL length exceeds limits, truncating recorded URL - https://consumer-api-stage.floyt.com/car-sharing/search/v1/geo-features.
10.21.0 - [FirebasePerformance][I-PRF300005] URL length exceeds limits, truncating recorded URL - https://consumer-api-stage.floyt.com/car-sharing/search/v1/geo-features.
10.21.0 - [FirebasePerformance][I-PRF300005] URL length exceeds limits, truncating recorded URL - https://consumer-api-stage.floyt.com/car-sharing/search/v1/geo-features.
10.21.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://clients4.google.com/glm/mmap, Response code: 200, 428.7400ms
10.21.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebaseInstallations][I-FIS002001] -[FIRInstallationsIDController installationWithValidAuthTokenForcingRefresh:0], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://clients4.google.com/glm/mmap, Response code: 200, 435.8940ms
10.21.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebaseInstallations][I-FIS002001] -[FIRInstallationsIDController installationWithValidAuthTokenForcingRefresh:0], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://survey.survicate.com/workspaces/c4e1288c225404f2351d8dcbae032e73/mobile_surveys_v4_0.json, Response code: 200, 219.2210ms
10.21.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebaseInstallations][I-FIS002001] -[FIRInstallationsIDController installationWithValidAuthTokenForcingRefresh:0], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://survey.survicate.com/workspaces/c4e1288c225404f2351d8dcbae032e73/mobile_surveys_v4_0.json, Response code: 200, 225.2720ms
10.21.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebaseInstallations][I-FIS002001] -[FIRInstallationsIDController installationWithValidAuthTokenForcingRefresh:0], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://app.eu.adjust.com/event, Response code: 200, 466.5520ms
10.21.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebaseInstallations][I-FIS002001] -[FIRInstallationsIDController installationWithValidAuthTokenForcingRefresh:0], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://app.eu.adjust.com/event, Response code: 200, 469.9280ms
10.21.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebaseInstallations][I-FIS002001] -[FIRInstallationsIDController installationWithValidAuthTokenForcingRefresh:0], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://consumer-api-stage.floyt.com/car-sharing/search/v1/geo-features, Response code: 200, 1662.0570ms
10.21.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebaseInstallations][I-FIS002001] -[FIRInstallationsIDController installationWithValidAuthTokenForcingRefresh:0], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://consumer-api-stage.floyt.com/car-sharing/search/v1/geo-features, Response code: 200, 1671.0450ms
10.21.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebaseInstallations][I-FIS002001] -[FIRInstallationsIDController installationWithValidAuthTokenForcingRefresh:0], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebaseAnalytics][I-ACS031006] View controller already tracked. Class, ID: LegacyHomeViewController, -4561451893489937125
10.21.0 - [FirebaseAnalytics][I-ACS023144] App will resign active state. Scheduling data upload
10.21.0 - [FirebaseAnalytics][I-ACS023145] Background task started. Task ID: 403
10.21.0 - [FirebaseAnalytics][I-ACS023033] Starting data upload
10.21.0 - [FirebaseAnalytics][I-ACS800015] Looking for activated flag. SDK name, flag name, activated snapshot: app_measurement, efficient_engagement_reporting_enabled, <APMESnapshot: 0x600000c704b0>
10.21.0 - [FirebaseAnalytics][I-ACS800016] Cannot find activated flag. Looking for launched flag. SDK name, flag name, launched flag: app_measurement, efficient_engagement_reporting_enabled, <APMESnapshot: 0x600000c70510>
10.21.0 - [FirebasePerformance][I-PRF100009] Logging trace metric - _fs 2088373.7180ms. In a minute, visit the Firebase console to view your data: https://console.firebase.google.com/project/billiger-mietwagen-15420/performance/app/ios:de.billigermietwagen.app.de/troubleshooting/trace/DURATION_TRACE/_fs?utm_source=perf-ios-sdk&utm_medium=ios-ide
10.21.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebasePerformance][I-PRF100009] Logging trace metric - _st_LegacyHomeViewController 2086969.4330ms. In a minute, visit the Firebase console to view your data: https://console.firebase.google.com/project/billiger-mietwagen-15420/performance/app/ios:de.billigermietwagen.app.de/troubleshooting/trace/SCREEN_TRACE/_st_LegacyHomeViewController?utm_source=perf-ios-sdk&utm_medium=ios-ide
10.21.0 - [FirebasePerformance][I-PRF100009] Logging trace metric - _st_TabBarViewController 2087141.1380ms. In a minute, visit the Firebase console to view your data: https://console.firebase.google.com/project/billiger-mietwagen-15420/performance/app/ios:de.billigermietwagen.app.de/troubleshooting/trace/SCREEN_TRACE/_st_TabBarViewController?utm_source=perf-ios-sdk&utm_medium=ios-ide
10.21.0 - [FirebasePerformance][I-PRF100009] Logging trace metric - _st__TtC12DesignSystemP33_90C5135A03828E542EE8977E874D9D6726CustomNavigationController 2087141.0180ms. In a minute, visit the Firebase console to view your data: https://console.firebase.google.com/project/billiger-mietwagen-15420/performance/app/ios:de.billigermietwagen.app.de/troubleshooting/trace/SCREEN_TRACE/_st__TtC12DesignSystemP33_90C5135A03828E542EE8977E874D9D6726CustomNavigationController?utm_source=perf-ios-sdk&utm_medium=ios-ide
10.21.0 - [FirebaseAnalytics][I-ACS800015] Looking for activated flag. SDK name, flag name, activated snapshot: app_measurement, efficient_engagement_reporting_enabled, <APMESnapshot: 0x600000c704b0>
10.21.0 - [FirebaseAnalytics][I-ACS800016] Cannot find activated flag. Looking for launched flag. SDK name, flag name, launched flag: app_measurement, efficient_engagement_reporting_enabled, <APMESnapshot: 0x600000c70510>
10.21.0 - [FirebaseAnalytics][I-ACS800015] Looking for activated flag. SDK name, flag name, activated snapshot: app_measurement, efficient_engagement_reporting_enabled, <APMESnapshot: 0x600000c704b0>
10.21.0 - [FirebaseAnalytics][I-ACS800016] Cannot find activated flag. Looking for launched flag. SDK name, flag name, launched flag: app_measurement, efficient_engagement_reporting_enabled, <APMESnapshot: 0x600000c70510>
10.21.0 - [FirebaseAnalytics][I-ACS002003] Engagement timer canceled
10.21.0 - [FirebaseAnalytics][I-ACS002002] Engagement timer scheduled to fire in approx. (s): 3600
10.21.0 - [FirebaseAnalytics][I-ACS002003] Engagement timer canceled
10.21.0 - [FirebaseInstallations][I-FIS002001] -[FIRInstallationsIDController installationWithValidAuthTokenForcingRefresh:0], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebaseAnalytics][I-ACS023037] No data to upload
10.21.0 - [FirebaseAnalytics][I-ACS023142] Cancelling background upload task. Task ID : 403
10.21.0 - [FirebaseAnalytics][I-ACS023051] Logging event: origin, name, params: auto, user_engagement (_e), {
    engagement_time_msec (_et) = 2087191;
    ga_event_origin (_o) = auto;
    ga_screen_class (_sc) = LegacyHomeViewController;
    ga_screen_id (_si) = -4561451893489937125;
}
10.21.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) = 2087191;
    ga_debug (_dbg) = 1;
    ga_event_origin (_o) = auto;
    ga_realtime (_r) = 1;
    ga_screen_class (_sc) = LegacyHomeViewController;
    ga_screen_id (_si) = -4561451893489937125;
}
10.21.0 - [FirebaseAnalytics][I-ACS023072] Event logged. Event name, event params: user_engagement (_e), {
    engagement_time_msec (_et) = 2087191;
    ga_debug (_dbg) = 1;
    ga_event_origin (_o) = auto;
    ga_realtime (_r) = 1;
    ga_screen_class (_sc) = LegacyHomeViewController;
    ga_screen_id (_si) = -4561451893489937125;
}
10.21.0 - [FirebaseAnalytics][I-ACS002002] Measurement timer scheduled to fire in approx. (s): 0.8793349266052246
10.21.0 - [FirebaseAnalytics][I-ACS023028] Upload task scheduled to be executed in approx. (s): 0.8793349266052246
10.21.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://play.googleapis.com/log/batch, Response code: 200, 142.0870ms
10.21.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://play.googleapis.com/log/batch, Response code: 200, 144.2610ms
10.21.0 - [FirebaseInstallations][I-FIS002001] -[FIRInstallationsIDController installationWithValidAuthTokenForcingRefresh:0], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebaseAnalytics][I-ACS002001] Measurement timer fired
10.21.0 - [FirebaseAnalytics][I-ACS002003] Measurement timer canceled
10.21.0 - [FirebaseAnalytics][I-ACS023033] Starting data upload
10.21.0 - [FirebaseAnalytics][I-ACS800015] Looking for activated flag. SDK name, flag name, activated snapshot: app_measurement, redundant_engagement_removal_enabled, <APMESnapshot: 0x600000c704b0>
10.21.0 - [FirebaseAnalytics][I-ACS800016] Cannot find activated flag. Looking for launched flag. SDK name, flag name, launched flag: app_measurement, redundant_engagement_removal_enabled, <APMESnapshot: 0x600000c70510>
10.21.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) = 2087191;
    ga_debug (_dbg) = 1;
    ga_event_origin (_o) = auto;
    ga_realtime (_r) = 1;
    ga_screen_class (_sc) = LegacyHomeViewController;
    ga_screen_id (_si) = -4561451893489937125;
}
10.21.0 - [FirebaseAnalytics][I-ACS023087] User property set. Name, value: lifetime_user_engagement (_lte), 2178011
10.21.0 - [FirebaseAnalytics][I-ACS023087] User property set. Name, value: session_user_engagement (_se), 2178011
10.21.0 - [FirebaseAnalytics][I-ACS800015] Looking for activated flag. SDK name, flag name, activated snapshot: app_measurement, session_stitching_token_feature_enabled, <APMESnapshot: 0x600000c704b0>
10.21.0 - [FirebaseAnalytics][I-ACS800016] Cannot find activated flag. Looking for launched flag. SDK name, flag name, launched flag: app_measurement, session_stitching_token_feature_enabled, <APMESnapshot: 0x600000c70510>
10.21.0 - [FirebaseAnalytics][I-ACS800014] No default flag value. SDK name, flag name: app_measurement, session_stitching_token_feature_enabled
10.21.0 - [FirebaseAnalytics][I-ACS012018] Saving bundle. size (bytes): 591
10.21.0 - [FirebaseAnalytics][I-ACS023221] ad_storage is granted. analytics_storage is granted. ad_user_data is granted. ad_personalization is granted.
10.21.0 - [FirebaseAnalytics][I-ACS023116] Bundle added to the upload queue. BundleID, timestamp (ms): 9, 1712246678643
10.21.0 - [FirebaseAnalytics][I-ACS023038] Uploading events. Elapsed time since last successful upload (s): 2087.865123748779
10.21.0 - [FirebaseAnalytics][I-ACS023039] Measurement data sent to network. Timestamp (ms), data: 1712246679707, <APMPBMeasurementBatch: 0x6000000168a0>
10.21.0 - [FirebaseAnalytics][I-ACS800015] Looking for activated flag. SDK name, flag name, activated snapshot: app_measurement, network_background_session_enabled, <APMESnapshot: 0x600000c704b0>
10.21.0 - [FirebaseAnalytics][I-ACS800016] Cannot find activated flag. Looking for launched flag. SDK name, flag name, launched flag: app_measurement, network_background_session_enabled, <APMESnapshot: 0x600000c70510>
10.21.0 - [FirebaseAnalytics][I-ACS900000] Uploading data. Host: https://region1.app-measurement.com/a
10.21.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://play.googleapis.com/log/batch, Response code: 200, 159.1060ms
10.21.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebaseInstallations][I-FIS002001] -[FIRInstallationsIDController installationWithValidAuthTokenForcingRefresh:0], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://play.googleapis.com/log/batch, Response code: 200, 187.3290ms
10.21.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebaseInstallations][I-FIS002001] -[FIRInstallationsIDController installationWithValidAuthTokenForcingRefresh:0], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebaseAnalytics][I-ACS901006] Received SSL challenge for host. Host: https://region1.app-measurement.com/a
10.21.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://region1.app-measurement.com/a, Response code: 204, 405.4500ms
10.21.0 - [FirebaseAnalytics][I-ACS023044] Successful upload. Got network response. Code, size: 204, 0
10.21.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebaseAnalytics][I-ACS002002] Measurement timer scheduled to fire in approx. (s): -0.5102521181106567
10.21.0 - [FirebaseAnalytics][I-ACS023028] Upload task scheduled to be executed in approx. (s): -0.5102521181106567
10.21.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://region1.app-measurement.com/a, Response code: 204, 440.2480ms
10.21.0 - [FirebaseInstallations][I-FIS002001] -[FIRInstallationsIDController installationWithValidAuthTokenForcingRefresh:0], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebaseAnalytics][I-ACS023024] No data to upload. Upload task will not be scheduled
10.21.0 - [FirebaseAnalytics][I-ACS002003] Measurement timer canceled
10.21.0 - [FirebaseAnalytics][I-ACS800015] Looking for activated flag. SDK name, flag name, activated snapshot: app_measurement, skan_update_conversion_value_feature_enabled, <APMESnapshot: 0x600000c704b0>
10.21.0 - [FirebaseAnalytics][I-ACS800016] Cannot find activated flag. Looking for launched flag. SDK name, flag name, launched flag: app_measurement, skan_update_conversion_value_feature_enabled, <APMESnapshot: 0x600000c70510>
10.21.0 - [FirebaseAnalytics][I-ACS800014] No default flag value. SDK name, flag name: app_measurement, skan_update_conversion_value_feature_enabled
10.21.0 - [FirebasePerformance][I-PRF100009] Logging trace metric - _bs 90483.6850ms. In a minute, visit the Firebase console to view your data: https://console.firebase.google.com/project/billiger-mietwagen-15420/performance/app/ios:de.billigermietwagen.app.de/troubleshooting/trace/DURATION_TRACE/_bs?utm_source=perf-ios-sdk&utm_medium=ios-ide
10.21.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebaseAnalytics][I-ACS002002] Engagement timer scheduled to fire in approx. (s): 3600
10.21.0 - [FirebaseAnalytics][I-ACS800015] Looking for activated flag. SDK name, flag name, activated snapshot: app_measurement, skan_update_conversion_value_feature_enabled, <APMESnapshot: 0x600000c704b0>
10.21.0 - [FirebaseAnalytics][I-ACS800016] Cannot find activated flag. Looking for launched flag. SDK name, flag name, launched flag: app_measurement, skan_update_conversion_value_feature_enabled, <APMESnapshot: 0x600000c70510>
10.21.0 - [FirebaseAnalytics][I-ACS800014] No default flag value. SDK name, flag name: app_measurement, skan_update_conversion_value_feature_enabled
10.21.0 - [FirebasePerformance][I-PRF300005] URL length exceeds limits, truncating recorded URL - https://app.eu.adjust.com/attribution.
10.21.0 - [FirebasePerformance][I-PRF300005] URL length exceeds limits, truncating recorded URL - https://app.eu.adjust.com/attribution.
10.21.0 - [FirebaseInstallations][I-FIS002001] -[FIRInstallationsIDController installationWithValidAuthTokenForcingRefresh:0], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://app.eu.adjust.com/attribution, Response code: 500, 177.4080ms
10.21.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebaseInstallations][I-FIS002001] -[FIRInstallationsIDController installationWithValidAuthTokenForcingRefresh:0], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebasePerformance][I-PRF100009] Logging network request trace - https://app.eu.adjust.com/attribution, Response code: 500, 179.1800ms
10.21.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
10.21.0 - [FirebaseInstallations][I-FIS002001] -[FIRInstallationsIDController installationWithValidAuthTokenForcingRefresh:0], appName: __FIRAPP_DEFAULT

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

Expand Podfile.lock snippet
```yml Replace this line with the contents of your Podfile.lock! ```
google-oss-bot commented 3 months ago

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

rizafran commented 3 months ago

Hello @Federnenz, I tried to reproduce the issue but I'm able to get logs from Firebase InAppMessaging. Could you provide a sample app that reproduces the issue? Thanks.

Federnenz commented 2 months ago

Hello, we figure out that, event having the Firebase package installed and within the package the in app message dependencies, we needed to add explicitly to our package descriptor the dependency, .product(name: "FirebaseInAppMessagingSwift-Beta", package: "firebase-ios-sdk"). This was frustrating, as we had campaign that were working previously, and all of a sudden, stoped working. This should be indicated explicitly in the documentation.

Screenshot 2024-04-09 at 15 37 27
paulb777 commented 2 months ago

@Federnenz Sorry about the trouble. Would you clarify what you would like to see improved in the docs? Is the problem where it says Choose the In-App Messaging library. at bullet number 3 of https://firebase.google.com/docs/in-app-messaging/get-started?authuser=1&platform=ios#get_your_apps_instance_id?

google-oss-bot commented 2 months ago

Hey @Federnenz. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically.

If you have more information that will help us get to the bottom of this, just add a comment!

Federnenz commented 2 months ago

Hey @paulb777 , thank you for answering. Yes, the bullet number 3 should specify the needed library, would be great if this could be changed. Thank you.

Carlos.

paulb777 commented 2 months ago

@morganchen12 Would you take a look at this? 3 should be "Choose the FirebaseInAppMessaging-Beta" library. In general, it looks like the docs need a separate variable for specifying the library versus the name of the product.

morganchen12 commented 2 months ago

The way we've setup the include SDK instructions on devsite are pretty inflexible to this kind of change. @markarndt if you have a moment, PTAL and let me know if you think it's feasible.