Hi, sorry for my English.
I followed the tutorial: "Using the Google Analytics API"
Everything works correctly and get trackings.
The problem I have is: I can not hide the warning message when you start running the Initialize GA javascript.
I tried it with the command javascript .hide() on these alerts.
example:
[quote:]var gaSuccessHandler = function(result) { alert.hide('GA initialized: ' + result);
};
var gaNativePluginResultHandler = function(result) { alert.hide('Event tracked: ' + result);
};[/quote]Use the Appery.io Mobile Tester app, works and the alerts don ́t show.... but when I download the apk and run on android 5.0.1, calling this javascript GA it stops and closes app (FORCE CLOSE).
Android LOG:
How hide this alerts?