Firebase In-App-Messaging 不会在活动中显示,但也可以在测试设备中使用
Firebase In-App-Messaging wont show in campaign, but also work in test device
我正在将 firebase in-ap-messaging 与分析一起使用,如果我发布,我的活动将不会显示,但也可以在带有测试活动的测试设备上工作。
在 build.gradle;
implementation platform('com.google.firebase:firebase-bom:30.0.1')
implementation 'com.google.firebase:firebase-inappmessaging-display-ktx'
implementation 'com.google.firebase:firebase-analytics-ktx'
使用该分析事件片段 OnCreate() 方法
Firebase.analytics.logEvent("HomePage",null)
它在发布活动后几个小时后显示。
我正在将 firebase in-ap-messaging 与分析一起使用,如果我发布,我的活动将不会显示,但也可以在带有测试活动的测试设备上工作。 在 build.gradle;
implementation platform('com.google.firebase:firebase-bom:30.0.1')
implementation 'com.google.firebase:firebase-inappmessaging-display-ktx'
implementation 'com.google.firebase:firebase-analytics-ktx'
使用该分析事件片段 OnCreate() 方法
Firebase.analytics.logEvent("HomePage",null)
它在发布活动后几个小时后显示。