roundware / roundware-ios-framework-v2

Roundware framework, updated for api v2 and re-built in Swift (as much as possible)
MIT License
1 stars 8 forks source link

app should send position updates when geo_listen_enabled is true #7

Closed seeReadCode closed 7 years ago

seeReadCode commented 7 years ago

The app does not appear to be sending position updates to the server despite being switched to geo_listen_enabled=TRUE on the server

https://github.com/seeRead/roundware-ios-framework-v2/blob/develop/Pod/Classes/RWFrameworkCoreLocation.swift#L26-L49 https://github.com/seeRead/roundware-ios-framework-v2/blob/develop/Pod/Classes/RWFrameworkHTTP.swift#L75-L83

I'm not sure what the issue is at first glance but I'd bet there's something off in those boolean checks in the first link cited.