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.
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.