Unity Firebase Analytics事件未显示

问题描述 投票:2回答:1

我将Firebase插件放入Unity应用程序,一切正常(Android版本)。我尝试使用iOS版本,但未记录事件。我知道事件要花几个小时才能出现,但是在1天后或在调试模式下都不会出现。

对于调试模式,我已经输入了“ -FIRAnalyticsDebugEnabled”参数,就像教程(https://firebase.google.com/docs/analytics/ios/events#view_events_in_the_xcode_debug_console)一样。在另一个站点(https://support.google.com/firebase/answer/7201382?hl=pt&utm_id=ad)上,我意识到还有另一个参数“ -FIRDebugEnabled”。我尝试了两个,但没有一个记录我的事件。

[我注意到的另一件事是,我在Firebase网站上下载的“ GoogleService-Info.plist”文件带有变量“ IS_ANALYTICS_ENABLED” = false。它在教程(https://firebase.google.com/docs/analytics/unity/start?hl=pt-br)中没有说什么,但我说得对。

我做错什么了吗?

编辑(LOG):

2017-05-29 12:54:41.638343 brincando[22620:5072036] [Firebase/Analytics][I-ACS023105] Event is not subject to real-time event count daily limit. Marking an event as real-time. Event name, parameters: 
post_score, 
{     
    firebase_screen_id (_si) = -396951154609863799;     
    score = 42;     
    firebase_screen_class (_sc) = UnityDefaultViewController;     
    firebase_realtime (_r) = 1;     
    firebase_debug (_dbg) = 1;     
    firebase_event_origin (_o) = app; 
} 
2017-05-29 12:54:41.640 brincando[22620] <Debug> [Firebase/Analytics][I-ACS023105] Event is not subject to real-time event count daily limit. Marking an event as real-time. Event name, parameters: 
post_score, 
{       
    firebase_screen_id (_si) = -396951154609863799;         
    score = 42;         
    firebase_screen_class (_sc) = UnityDefaultViewController;       
    firebase_realtime (_r) = 1;         
    firebase_debug (_dbg) = 1;      
    firebase_event_origin (_o) = app;   
} 

2017-05-29 12:54:41.646107 brincando[22620:5072192] [Firebase/Analytics][I-ACS012018] Saving bundle. size (bytes): 415 
2017-05-29 12:54:41.648 brincando[22620] <Debug> [Firebase/Analytics][I-ACS012018] Saving bundle. size (bytes): 415 

2017-05-29 12:54:41.657411 brincando[22620:5072026] [Firebase/Analytics][I-ACS023116] Bundle added to the upload queue. BundleID, timestamp (ms): 13, 1496073280620 
2017-05-29 12:54:41.658 brincando[22620] <Debug> [Firebase/Analytics][I-ACS023116] Bundle added to the upload queue. BundleID, timestamp (ms): 13, 1496073280620 

2017-05-29 12:54:41.678965 brincando[22620:5072026] [Firebase/Analytics][I-ACS023038] Uploading events. Elapsed time since last successful upload (s): 21.54594898223877 
2017-05-29 12:54:41.679 brincando[22620] <Debug> [Firebase/Analytics][I-ACS023038] Uploading events. Elapsed time since last successful upload (s): 21.54594898223877 

2017-05-29 12:54:41.681181 brincando[22620:5072026] [Firebase/Analytics][I-ACS023039] Measurement data sent to network. Timestamp (ms), data: 1496073281675, <FIRAPBMeasurementBatch: 0x170016af0> 
2017-05-29 12:54:41.681 brincando[22620] <Debug> [Firebase/Analytics][I-ACS023039] Measurement data sent to network. Timestamp (ms), data: 1496073281675, <FIRAPBMeasurementBatch: 0x170016af0> 

2017-05-29 12:54:41.690525 brincando[22620:5072050] [Firebase/Analytics][I-ACS900000] Uploading data. Host: https://app-measurement.com/a 
2017-05-29 12:54:41.690 brincando[22620] <Debug> [Firebase/Analytics][I-ACS900000] Uploading data. Host: https://app-measurement.com/a 

2017-05-29 12:54:41.747085 brincando[22620:5072192] [Firebase/Analytics][I-ACS901006] Received SSL challenge for host. Host: https://app-measurement.com/a 
2017-05-29 12:54:41.747 brincando[22620] <Debug> [Firebase/Analytics][I-ACS901006] Received SSL challenge for host. Host: https://app-measurement.com/a 

2017-05-29 12:54:41.849945 brincando[22620:5072050] [Firebase/Analytics][I-ACS023044] Successful upload. Got network response. Code, size: 204, 0 
2017-05-29 12:54:41.850 brincando[22620] <Debug> [Firebase/Analytics][I-ACS023044] Successful upload. Got network response. Code, size: 204, 0 

2017-05-29 12:54:41.860015 brincando[22620:5072036] [Firebase/Analytics][I-ACS002002] Measurement timer scheduled to fire in approx. (s): -0.2379031181335449 
2017-05-29 12:54:41.860 brincando[22620] <Debug> [Firebase/Analytics][I-ACS002002] Measurement timer scheduled to fire in approx. (s): -0.2379031181335449 

2017-05-29 12:54:41.860374 brincando[22620:5072036] [Firebase/Analytics][I-ACS023028] Upload task scheduled to be executed in approx. (s): -0.2379031181335449 
2017-05-29 12:54:41.860 brincando[22620] <Debug> [Firebase/Analytics][I-ACS023028] Upload task scheduled to be executed in approx. (s): -0.2379031181335449 

2017-05-29 12:54:41.878356 brincando[22620:5072050] [Firebase/Analytics][I-ACS023024] No data to upload. Upload task will not be scheduled 
2017-05-29 12:54:41.878 brincando[22620] <Debug> [Firebase/Analytics][I-ACS023024] No data to upload. Upload task will not be scheduled 

2017-05-29 12:54:41.878814 brincando[22620:5072050] [Firebase/Analytics][I-ACS002003] Measurement timer canceled 
2017-05-29 12:54:41.880 brincando[22620] <Debug> [Firebase/Analytics][I-ACS002003] Measurement timer canceled
ios firebase unity3d analytics firebase-analytics
1个回答
0
投票

这可能是一个较晚的答案,但是我仔细检查了其他解决方案,但仍然遇到类似的问题。

  • 确保所有事件参数都发送一个值并且不为空。

  • 已启用“ -FIRAnalyticsDebugEnabled”标志

  • 已启用“ -FIRDebugEnabled”标志

© www.soinside.com 2019 - 2024. All rights reserved.