Listorama
Listorama
Will this work using XCode9 or do we have to stay below that?
@centos94 I went by your instructions as written above to @graphicgeek and it works on the Mac using XCode9 + no need for Swift code conversion anymore. Thank you very...
I realize now what worked was that I was able to complete the build without any errors, but the geofence itself still does not work. Can someone point me to...
Finally! Thank you again **centos94** - I checked again and the solution works!  The .ipa was built on a macMini (**OS Sierra 10.12.6**) using **XCode 9.0.1**, and the screenshot...
I noticed that Swift 4.0 is the default version in Xcode 9.1, I understand you can still use Swift 3.0 code, but the compatibility issue might be relevant as well.
Sorry, I forgot to mention that, although I might have been able to do this differently, I copy the 3 sources to 3 different places - **//node_modules/cordova-plugin-geofence/src/ios** **//plugins/cordova-plugin-geofence/src/ios** **//platforms/ios//Plugins/cordova-plugin-geofence** And...
I've already gone down to radius of 100 and it's ok, so I guess that was never a real problem there. I placed some of the relevant code here https://github.com/dovk/geofence-fix...
Yes, absolutely, as you can see in the screenshot above from my iPhone. And as I wrote, it is all with recent versions, including using the new WKWebView, node/npm, and...
Please you can define your current problem, because there are a lot of possibilities. Try to include relevant sources.
Try to code as close as possible to my code here https://github.com/dovk/geofence-fix and go over thw efine points I wrote there and above here, Using the Swift code from https://github.com/ypelud/cordova-plugin-geofence...