Andre Souza Member Licensed User Jul 3, 2018 #1 I've implemented Firebase Analytics for my app and it's been over 4 days that it's still blank. From Google information, the maximum would be 24 hours. FirebaseAdMob works perfectly. Something is missing in this XML manifest B4X: CreateResourceFromFile(Macro, FirebaseAnalytics.GooglePlayBase) CreateResourceFromFile(Macro, FirebaseAdMob.FirebaseAds) CreateResourceFromFile(Macro, FirebaseAnalytics.FirebaseAnalytics)
I've implemented Firebase Analytics for my app and it's been over 4 days that it's still blank. From Google information, the maximum would be 24 hours. FirebaseAdMob works perfectly. Something is missing in this XML manifest B4X: CreateResourceFromFile(Macro, FirebaseAnalytics.GooglePlayBase) CreateResourceFromFile(Macro, FirebaseAdMob.FirebaseAds) CreateResourceFromFile(Macro, FirebaseAnalytics.FirebaseAnalytics)
asales Expert Licensed User Longtime User Jul 4, 2018 #2 The "google-services.json" is correct? Check if the "google-services.json" in \Objects\res\values is not read-only and is not an old version. Try to implement the Crashlytics: https://www.b4x.com/android/forum/threads/crashlytics-crash-reports.87510/ because you can test it (almost in realtime) and see if the firebase console is works with your app. Upvote 0
The "google-services.json" is correct? Check if the "google-services.json" in \Objects\res\values is not read-only and is not an old version. Try to implement the Crashlytics: https://www.b4x.com/android/forum/threads/crashlytics-crash-reports.87510/ because you can test it (almost in realtime) and see if the firebase console is works with your app.
Erel B4X founder Staff member Licensed User Longtime User Jul 4, 2018 #4 Check the unfiltered logs and see whether there is any error. Upvote 0