Your iPhone already tracks your location. I built an open-source app that keeps it on the device.
iso.me is an open-source iOS app that tracks the places you visit and the routes you take — and...
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 663353) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Cody Bontecou Posted on Apr 30 Your iPhone already tracks your location. I built an open-source app that keeps it on the device. #ios #showdev #privacy #opensource iso.me is an open-source iOS app that tracks the places you visit and the routes you take — and keeps every byte of that data on the device. No accounts. No cloud. No analytics. AGPL-3.0.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).