Hi, i'm trying a simple demo from google that allows the application to fetch some really basic information using google plus service.
I followed carefully their (really worse !) instructions.
If using a web application i've to insert some keys in the app based on google developers console. And it works. It asks me to authorize (via "authorize button") and fetches info.
When compiling the app, i've to change those keys to match the fact that it's an iOS app.
Well i did it and it doesn't work at all. My app (tested with Xcode) doesn't gave any error. It just doesn't show the "authorize" button, nor fetched info.
Can you help me please ? (i think it could a problem with cordova....but...i've no skill)
Thanks
the app is icalendate, i already shared with you
TheMac