breautek commented on issue #1330:
URL: https://github.com/apache/cordova-ios/issues/1330#issuecomment-1565371708

   Im not too familiar with google analytics but if its like many other google 
products the api keys have to be tied to a verifiable domain, which doesn't 
exist in cordova environments because there is no webserver.
   
   They often have native sdks for their products that swaps out that 
verification strategy with one that makes sense for mobile applications, like 
tieing to the app bundle id. These verification steps ensures no one else can 
use your API keys.
   
   So you'll probably need to find (or build) a plugin that interfaces with the 
native sdk instead of using the web based sdk.


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to