WeSearch

Your iPhone already tracks your location. I built an open-source app that keeps it on the device.

·3 min read · 0 reactions · 0 comments · 1 view
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...

Original article
DEV.to (Top)
Read full at DEV.to (Top) →
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).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)