Android Question My new apps don't works with Firebase Analytics

asales

Expert
Licensed User
Longtime User
In my old apps I put the Firebase Analytics and works fine.

I created new apps (using the source code of existing apps) and I put/changed the Firebase Analytics, but don't works anymore.

I follow the steps in the tutorials:
1 - my Android Support Repository: 36
2 - Google Repository: 32
3 - FirebaseAnalytics library v. 1.00
4 - '************ Google Play Services Base ************ in manifest
5 - '************ Firebase Base ************ in manifest
6 - '************ Firebase Analytics ************ in manifest
7 - minSdkVersion = 14 and targetSdkVersion = 19 in manifest
8 - google-services.json in folder of the source code
9 - AdditionalJar (Main activity): com.google.android.gms play-services-location
10 - package name in Firebase Console matches with the app's package name.

I check if "analytics.IsInitialized" and is True.
In Firebase Console show "Install SDK".

Where am I going wrong?
Someone else has the same problem?

Thanks in advance for any tips.
 

asales

Expert
Licensed User
Longtime User
Have you waited 24 hours? It can take some time for the data to appear.
Yes. I released the apps several weeks ago.
I tested it with a new app, created from scratch, and it worked to capture a crash, without waiting 24 hours.
But in some apps are not working and I followed the same steps for all.
 
Upvote 0
Top