cowbell / cordova-plugin-geofence

Geofencing plugin for cordova
Apache License 2.0
264 stars 318 forks source link

TypeError: Object(...) is not a function at Geofence.initialize #310

Open aratipanigrahi opened 3 years ago

aratipanigrahi commented 3 years ago

I have initialized geofence like this . this.geofence.initialize().then( // resolved promise does not return a value () => alert('Geofence Plugin Ready'), (err) => alert(err) )

Getting the error TypeError: Object(...) is not a function at Geofence.initialize . Let me know if you have any input on this.

kinson603 commented 3 years ago

I have also encountered the same problem. Have you found the solution yet?

ManuelCostanzo commented 3 years ago

Sorry, updates ?