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:
[email protected]



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

Reply via email to