You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2021/03/22 19:06:35 UTC

[GitHub] [cordova] breautek commented on issue #281: Google Analytics for Cordova App

breautek commented on issue #281:
URL: https://github.com/apache/cordova/issues/281#issuecomment-804319468


   For support, please ask in our [Slack](http://slack.cordova.io/) community, or in [StackOverflow](https://stackoverflow.com/questions/tagged/cordova)
   
   To answer your question however...
   
   Most Google APIs intended to be consumed by web applications are assumed to ran from a webserver and are often tied to a domain. This is a problem for Cordova apps as they are domain-less since the application is not hosted on a webserver, but the device itself.
   
   Most Google APIs intended to be consumed by mobile applications often have tools to restrict API usage to the application/bundle id and this is the proper way to consume such libraries. You'll need to find (or write) a cordova plugin that interfaces with the native libraries however.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org