@marlope wrote:
Hi everyone,
I´m developing analytics on my mobile app using Ionic 3.20.1 and I am having too many problems with the connection to Google Analytics.
I can reach my Firebase project and watch my hits on the debugview. On the other hand, I cannot reach Google Analytics. I checked that hits don´t get Google Analytics RealTime view.
I followed the steps explained in https://ionicframework.com/docs/native/firebase
Do you know how to fix this problem?
Otherwise I tried to search the GTM container in the logcat console but I don´t see it. Do you know if I should find it there? How could I solve it?
Thank you in advance.
This is my package.json
{ "name": "SampleAPP", "version": "0.0.1", "author": "Ionic Framework", "homepage": "http://ionicframework.com/", "private": true, "scripts": { "clean": "ionic-app-scripts clean", "build": "ionic-app-scripts build", "lint": "ionic-app-scripts lint", "ionic:build": "ionic-app-scripts build", "ionic:serve": "ionic-app-scripts serve" }, "config": { "ionic_webpack": "./config/webpack.config.js" }, "dependencies": { "@angular/animations": "5.2.9", "@angular/common": "5.2.9", "@angular/compiler": "5.2.9", "@angular/compiler-cli": "5.2.9", "@angular/core": "5.2.9", "@angular/forms": "5.2.9", "@angular/http": "5.2.9", "@angular/platform-browser": "5.2.9", "@angular/platform-browser-dynamic": "5.2.9", "@ionic-native/analytics-firebase": "^4.20.0", "@ionic-native/app-version": "^4.17.0", "@ionic-native/barcode-scanner": "^4.20.0", "@ionic-native/core": "^4.20.0", "@ionic-native/fcm": "^4.7.0", "@ionic-native/file": "^4.7.0", "@ionic-native/file-opener": "^4.7.0", "@ionic-native/google-analytics": "^4.7.0", "@ionic-native/http": "^4.20.0", "@ionic-native/image-resizer": "^4.20.0", "@ionic-native/native-storage": "^4.7.0", "@ionic-native/onesignal": "^4.7.0", "@ionic-native/push": "^4.7.0", "@ionic-native/splash-screen": "4.6.0", "@ionic-native/status-bar": "^4.6.0", "@ionic/storage": "^2.1.3", "@types/crypto-js": "^3.1.39", "build": "0.1.4", "cordova-android": "7.1.4", "cordova-ios": "4.5.5", "cordova-plugin-advanced-http": "~2.0.9", "cordova-plugin-aes256-encryption": "~1.2.1", "cordova-plugin-android-permissions": "^1.0.0", "cordova-plugin-app-version": "^0.1.9", "cordova-plugin-device": "^2.0.2", "cordova-plugin-file": "^6.0.1", "cordova-plugin-file-opener2": "^2.2.0", "cordova-plugin-ionic-keyboard": "^2.1.3", "cordova-plugin-ionic-webview": "^1.2.1", "cordova-plugin-iroot": "^0.8.0", "cordova-plugin-nativestorage": "^2.3.2", "cordova-plugin-privacyscreen": "^0.4.0", "cordova-plugin-root-detection": "git+https://github.com/trykovyura/cordova-plugin-root-detection.git", "cordova-plugin-splashscreen": "^5.0.2", "cordova-plugin-statusbar": "^2.4.2", "cordova-plugin-whitelist": "^1.3.3", "cordova-sqlite-storage": "^2.6.0", "cordova-support-google-services": "^1.1.0", "crypto-js": "^3.1.9-1", "ion-multi-picker": "^2.1.2", "ionic-angular": "3.9.2", "ionic-img-viewer": "^2.9.0", "ionicons": "3.0.0", "jquery": "^3.4.1", "onesignal-cordova-plugin": "^2.4.7", "phonegap-plugin-barcodescanner": "^8.0.1", "phonegap-plugin-multidex": "^1.0.0", "phonegap-plugin-push": "^2.2.3", "rxjs": "^5.5.12", "save": "^2.4.0", "sw-toolbox": "3.6.0", "whatwg-fetch": "^2.0.4", "zone.js": "0.8.26" }, "devDependencies": { "@ionic/app-scripts": "^3.2.4", "@types/jquery": "^3.3.31", "typescript": "~2.6.2" }, "description": "An Ionic project", "cordova": { "plugins": { "cordova-plugin-whitelist": {}, "cordova-plugin-device": {}, "cordova-plugin-splashscreen": {}, "cordova-plugin-ionic-webview": {}, "cordova-plugin-nativestorage": {}, "cordova-sqlite-storage": {}, "cordova-plugin-statusbar": {}, "onesignal-cordova-plugin": {}, "phonegap-plugin-push": { "FCM_VERSION": "11.6.2", "SENDER_ID": "810207140157" }, "cordova-plugin-file-opener2": {}, "cordova-plugin-file": {}, "cordova-plugin-android-permissions": {}, "cordova-plugin-app-version": {}, "cordova-plugin-privacyscreen": {}, "cordova-plugin-iroot": { "ENABLE_BUSYBOX_CHECK": "true" }, "cordova-plugin-root-detection": {}, "cordova-plugin-aes256-encryption": {}, "cordova-plugin-advanced-http": {}, "phonegap-plugin-barcodescanner": { "ANDROID_SUPPORT_V4_VERSION": "27.+" }, "cordova-plugin-analytics": {} }, "platforms": [ "ios", "android" ] } }
And my config.xml
<?xml version='1.0' encoding='utf-8'?> <widget android-versionCode="1" id="com.mlr.mobile.sample" ios-CFBundleVersion="1" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <name>Sample APP</name> <description>App</description> <content src="index.html" /> <access origin="*" /> <allow-intent href="http://*/*" /> <allow-intent href="https://*/*" /> <allow-intent href="tel:*" /> <allow-intent href="sms:*" /> <allow-intent href="mailto:*" /> <allow-intent href="geo:*" /> <preference name="ScrollEnabled" value="false" /> <preference name="android-minSdkVersion" value="19" /> <preference name="BackupWebStorage" value="none" /> <preference name="SplashMaintainAspectRatio" value="true" /> <preference name="FadeSplashScreenDuration" value="300" /> <preference name="SplashShowOnlyFirstTime" value="false" /> <preference name="SplashScreen" value="screen" /> <preference name="SplashScreenDelay" value="3000" /> <preference name="Orientation" value="portrait" /> <preference name="AndroidPersistentFileLocation" value="Compatibility" /> <preference name="AndroidExtraFilesystems" value="sdcard,cache" /> <preference name="CordovaWebViewEngine" value="CDVUIWebViewEngine" /> <platform name="android"> <allow-intent href="market:*" /> <icon density="ldpi" src="resources/android/icon/drawable-ldpi-icon.png" /> <icon density="mdpi" src="resources/android/icon/drawable-mdpi-icon.png" /> <icon density="hdpi" src="resources/android/icon/drawable-hdpi-icon.png" /> <icon density="xhdpi" src="resources/android/icon/drawable-xhdpi-icon.png" /> <icon density="xxhdpi" src="resources/android/icon/drawable-xxhdpi-icon.png" /> <icon density="xxxhdpi" src="resources/android/icon/drawable-xxxhdpi-icon.png" /> <splash density="land-ldpi" src="resources/android/splash/drawable-land-ldpi-screen.png" /> <splash density="land-mdpi" src="resources/android/splash/drawable-land-mdpi-screen.png" /> <splash density="land-hdpi" src="resources/android/splash/drawable-land-hdpi-screen.png" /> <splash density="land-xhdpi" src="resources/android/splash/drawable-land-xhdpi-screen.png" /> <splash density="land-xxhdpi" src="resources/android/splash/drawable-land-xxhdpi-screen.png" /> <splash density="land-xxxhdpi" src="resources/android/splash/drawable-land-xxxhdpi-screen.png" /> <splash density="port-ldpi" src="resources/android/splash/drawable-port-ldpi-screen.png" /> <splash density="port-mdpi" src="resources/android/splash/drawable-port-mdpi-screen.png" /> <splash density="port-hdpi" src="resources/android/splash/drawable-port-hdpi-screen.png" /> <splash density="port-xhdpi" src="resources/android/splash/drawable-port-xhdpi-screen.png" /> <splash density="port-xxhdpi" src="resources/android/splash/drawable-port-xxhdpi-screen.png" /> <splash density="port-xxxhdpi" src="resources/android/splash/drawable-port-xxxhdpi-screen.png" /> <resource-file src="google-services.json" target="google-services.json" /> </platform> <platform name="ios"> <allow-intent href="itms:*" /> <allow-intent href="itms-apps:*" /> <icon height="57" src="resources/ios/icon/icon.png" width="57" /> <icon height="114" src="resources/ios/icon/icon@2x.png" width="114" /> <icon height="40" src="resources/ios/icon/icon-40.png" width="40" /> <icon height="80" src="resources/ios/icon/icon-40@2x.png" width="80" /> <icon height="120" src="resources/ios/icon/icon-40@3x.png" width="120" /> <icon height="50" src="resources/ios/icon/icon-50.png" width="50" /> <icon height="100" src="resources/ios/icon/icon-50@2x.png" width="100" /> <icon height="60" src="resources/ios/icon/icon-60.png" width="60" /> <icon height="120" src="resources/ios/icon/icon-60@2x.png" width="120" /> <icon height="180" src="resources/ios/icon/icon-60@3x.png" width="180" /> <icon height="72" src="resources/ios/icon/icon-72.png" width="72" /> <icon height="144" src="resources/ios/icon/icon-72@2x.png" width="144" /> <icon height="76" src="resources/ios/icon/icon-76.png" width="76" /> <icon height="152" src="resources/ios/icon/icon-76@2x.png" width="152" /> <icon height="167" src="resources/ios/icon/icon-83.5@2x.png" width="167" /> <icon height="29" src="resources/ios/icon/icon-small.png" width="29" /> <icon height="58" src="resources/ios/icon/icon-small@2x.png" width="58" /> <icon height="87" src="resources/ios/icon/icon-small@3x.png" width="87" /> <icon height="1024" src="resources/ios/icon/icon-1024.png" width="1024" /> <splash height="1136" src="resources/ios/splash/Default-568h@2x~iphone.png" width="640" /> <splash height="1334" src="resources/ios/splash/Default-667h.png" width="750" /> <splash height="2208" src="resources/ios/splash/Default-736h.png" width="1242" /> <splash height="1242" src="resources/ios/splash/Default-Landscape-736h.png" width="2208" /> <splash height="1536" src="resources/ios/splash/Default-Landscape@2x~ipad.png" width="2048" /> <splash height="2048" src="resources/ios/splash/Default-Landscape@~ipadpro.png" width="2732" /> <splash height="768" src="resources/ios/splash/Default-Landscape~ipad.png" width="1024" /> <splash height="2048" src="resources/ios/splash/Default-Portrait@2x~ipad.png" width="1536" /> <splash height="2732" src="resources/ios/splash/Default-Portrait@~ipadpro.png" width="2048" /> <splash height="1024" src="resources/ios/splash/Default-Portrait~ipad.png" width="768" /> <splash height="960" src="resources/ios/splash/Default@2x~iphone.png" width="640" /> <splash height="480" src="resources/ios/splash/Default~iphone.png" width="320" /> <splash height="2732" src="resources/ios/splash/Default@2x~universal~anyany.png" width="2732" /> <resource-file src="GTM-WFHPP89.json" /> </platform> <plugin name="cordova-plugin-whitelist" spec="^1.3.3" /> <plugin name="cordova-plugin-device" spec="^2.0.2" /> <plugin name="cordova-plugin-splashscreen" spec="^5.0.2" /> <plugin name="cordova-plugin-ionic-webview" spec="^1.2.1" /> <plugin name="cordova-plugin-nativestorage" spec="^2.3.1" /> <plugin name="cordova-sqlite-storage" spec="^2.3.2" /> <plugin name="cordova-plugin-statusbar" spec="^2.4.2" /> <plugin name="onesignal-cordova-plugin" spec="^2.4.1" /> <plugin name="phonegap-plugin-push" spec="^2.2.3"> <variable name="FCM_VERSION" value="11.6.2" /> <variable name="SENDER_ID" value="810207140157" /> </plugin> <plugin name="cordova-plugin-file" spec="^6.0.1" /> <plugin name="cordova-plugin-android-permissions" spec="^1.0.0" /> <plugin name="cordova-plugin-app-version" spec="^0.1.9" /> <plugin name="cordova-plugin-privacyscreen" spec="^0.4.0" /> <plugin name="cordova-plugin-root-detection" spec="https://github.com/trykovyura/cordova-plugin-root-detection.git" /> <plugin name="cordova-plugin-iroot" spec="^0.8.0"> <variable name="ENABLE_BUSYBOX_CHECK" value="true" /> </plugin> <allow-navigation href="http://10.141.124.52:8100" /> <plugin name="cordova-plugin-aes256-encryption" spec="~1.2.1" /> <plugin name="cordova-plugin-advanced-http" spec="~2.0.9" /> <plugin name="cordova-plugin-file-opener2" spec="^2.2.0" /> <plugin name="phonegap-plugin-barcodescanner" spec="^8.0.1"> <variable name="ANDROID_SUPPORT_V4_VERSION" value="27.+" /> </plugin> <plugin name="cordova-plugin-firebase" spec="^2.0.0" /> <engine name="ios" spec="4.5.5" /> <engine name="android" spec="7.1.4" /> </widget>
Posts: 1
Participants: 1