hooliapps

Results 35 comments of hooliapps

> I had the same issue but I thought it was caused by cordova-ios ([apache/cordova-ios#685](https://github.com/apache/cordova-ios/issues/685)) > A temprary workaround seems to be to remove CoreBluetooth.framework from the Xcode project in...

Hello, Do you know if this very nice plugin will be updated to allow setting the npa flag ? Google consent sdk already exists as cordova plugin ?

Thanks for response. But we cannot do that with phonegap build ? (We cannot edit plugin codes)

Hello, i have the same problem, if no consent then no ads even "not customised", i have maybe one solution, if "no ad loaded" i display html link+banner with no...

> > Since Google is also asking to give users an option to change his/her previous consent, this is where consent.reset() comes. I have tested it and works fine. Before...

Hello i tested and i confirm that callbacks are now ok. (full perm mode) But, i needed to add this code: $CALENDARS_FULL_ACCESS_USAGE_DESCRIPTION

I confirm it works with $CALENDARS_FULL_ACCESS_USAGE_DESCRIPTION I don't added Write only acces because I don't need it. But it can be a good idea to add it to config.xml Any...

Do you think you need to add this to the plugin.xml ? Without this permission (for my case) it don't works. $CALENDARS_FULL_ACCESS_USAGE_DESCRIPTION

Hello I have exactly the same behaviour, the callback are called without waiting for the response. I also see something like Event authorisation given, but i dont know how to...

Hello Can you check the code please ? I tested and seems that "callbacks" are not ok, but they are ok with this version: https://github.com/EddyVerbruggen/Calendar-PhoneGap-Plugin/pull/567