Loading...

Senior iOS Developer, Growth

ApplyBack to Jobs
  • Remote

About Life360Life360’s mission is to keep people close to the ones they love. Our category-leading mobile app and Tile tracking devices empower members to protect the people, pets, and things they care about most with a range of services, including location sharing, safe driver reports, and crash detection with emergency dispatch. Life360 serves approximately 88…

To apply for this job please visit jobicy.com.

ApplyBack to Jobs
// Never show in admin if ( is_admin() ) return false; // ❌ Hide on single job pages if ( is_singular('job_listing') ) return false; // ✅ Show only on single blog posts if ( is_singular('post') ) return true; // Hide everywhere else return false;