
Avoin
Julkaistu
•
Päättyy 20 tunnin päästä
Maksettu toimituksen yhteydessä
I’m ready to commission the first release of a security-focused mobile application, launching on iOS before we expand to Android. The core of the product is continuous GPS tracking that must keep running in the background without draining the battery or being shut down by the OS. To protect sensitive medical data every byte stored on-device has to be encrypted and locked behind biometric authentication (Touch ID / Face ID) with an optional 4- to 8-digit passcode fallback. When pre-set conditions are met—location reached, time elapsed, or user action—the app should automatically issue push notifications to the user (and later to caregivers via a secure service we will integrate). Security is non-negotiable: please design with Secure Enclave, Keychain storage, SSL pinning, and at-rest encryption from day one so that we are audit-ready for HIPAA-style reviews. I want clean, modular Swift code, well-documented so an Android team can mirror the architecture later. Deliverables I need from you: • Xcode project with full source and unit tests • A TestFlight build demonstrating background GPS, biometric gatekeeping, and automated push alerts • Brief technical guide (setup, security rationale, extension points) If you have solid experience shipping background-capable, security-intensive iOS apps that handle health data, let’s talk timelines and milestones.
Projektin tunnus (ID): 40205747
140 ehdotukset
Avoinna tarjouksille
Etäprojekti
Aktiivinen päivä sitten
Aseta budjettisi ja aikataulu
Saa maksu työstäsi
Kuvaile ehdotustasi
Rekisteröinti ja töihin tarjoaminen on ilmaista
140 freelancerit tarjoavat keskimäärin $567 USD tätä projektia

Hi there, I’ve reviewed your Secure iOS Health Tracking App brief and I’m confident I can deliver a robust, HIPAA-ready release that runs background GPS with energy awareness, encrypts every byte on-device, and gates data with biometrics. With 8+ years in iOS security and health apps, I will implement a clean Swift architecture, modular components, and thorough docs so an Android team can mirror the design. Core tech includes Secure Enclave for key storage, CryptoKit for on-device encryption, Keychain, SSL pinning, and at-rest encryption from day one. I’ll architect background location using Significant-Change and region monitoring to balance reliability with battery life, complemented by background tasks for essential processing. All data is encrypted at rest; biometric gatekeeping via LocalAuthentication; optional 4- to 8-digit passcode fallback. For alerts, pre-set conditions will trigger push notifications to the user and later to caregivers via a secure service you’ll integrate. Deliverables include: an Xcode project with full source and unit tests; a TestFlight build showing background GPS, biometrics gatekeeping, and automated push alerts; and a brief technical guide covering setup, security rationale, and extension points for a future Android mirror. Proposed milestones: design and scaffolding in 1–2 weeks, core features in weeks 3–6, testing/security review in weeks 7–8, final delivery with docs in weeks 8–9. If you want, I can start immediately and tailor miles
$750 USD 16 päivässä
8,9
8,9

Hi, I am Ambar Shome, the director of Shome & Associates. I can build the first iOS release in Swift with background GPS tracking and strict on-device security, designed so it can pass a HIPAA-style audit later. In security reviews, apps usually fail not because encryption is missing, but because of smaller leaks. I will handle these from day one: Backup leakage: sensitive data unintentionally ends up inside iCloud/iTunes backups. I will explicitly exclude the encrypted database from backups. No audit trail: reviewers ask “who accessed what and when?”. I will maintain an encrypted append-only audit log (unlock, tracking start/stop, trigger events, settings changes). Notification leakage: PHI shows on lock screen. Push text will stay generic, and details will be shown only after FaceID unlock. GPS will run using CoreLocation background modes with region monitoring + significant-change updates (battery-friendly, OS-supported). All stored bytes will be encrypted at rest, with keys stored in Keychain protected by Secure Enclave. All API calls will use SSL pinning. Deliverables: Xcode source + unit tests, TestFlight build proving background GPS + biometric gate + automated alerts, and a short setup/security guide. Audit log storage: encrypted JSON (A) or encrypted SQLite (B)?
$250 USD 15 päivässä
8,9
8,9

Hello, HAVE HANDS-ON EXPERIENCE WITH SUCH PROJECT I have 9+ years of proven experience building security-intensive iOS applications and confidently understand your requirement for a background-capable, health-focused tracking app. The goal is to deliver a scalable, user-centric iOS solution that ensures continuous GPS tracking, strong data protection, and audit-ready security from day one. Core features -->> Background GPS tracking -->> Biometric & passcode protection -->> Encrypted on-device storage -->> Automated push notifications My approach follows clean architecture, Secure Enclave–driven security, encrypted data handling, secure APIs, and an agile, test-driven workflow. in chat as I have some queries to ask regarding the project to proceed further. I would approach your project by starting with wireframes and getting the UI/UX design completed, before starting the actual development phase, and successfully implement this project from start-to-finish. Let's come together and create a platform that not only protects sensitive data but also stands out prominently within the marketplace. Thanks & regards Julian
$300 USD 7 päivässä
8,4
8,4

I HAVE SHIPPED SECURITY-CRITICAL, BACKGROUND-TRACKING IOS APPS HANDLING SENSITIVE HEALTH DATA — THIS IS EXACTLY MY DOMAIN. I propose to deliver a security-first iOS mobile application built in clean, modular Swift, designed from day one for background GPS reliability, strong encryption, and audit readiness, with an architecture that can be mirrored later on Android. Core Features: • Continuous background GPS tracking optimized for battery efficiency • On-device data encryption with Secure Enclave & Keychain storage • Biometric authentication (Face ID / Touch ID) with 4–8 digit passcode fallback • Automated push notifications triggered by location, time, or user action • SSL pinning, encrypted storage, and HIPAA-style security practices • Modular, well-documented codebase with unit tests User Roles (Initial): • End User • Caregiver / External Recipient (future integration-ready) • Admin / Configuration Role Deliverables: • Complete Xcode project with full source code and tests • TestFlight build demonstrating background GPS, biometric access, and alerts • Concise technical guide covering setup, security rationale, and extension points You will receive 100% source code ownership and 2 YEARS OF FREE ONGOING SUPPORT post-launch, including security updates, OS compatibility fixes, and architectural guidance. I focus on reliability, compliance, and long-term maintainability. Happy to discuss timelines, milestones, and security validation next.
$350 USD 7 päivässä
8,3
8,3

Hi, this is Elias from Miami. I read your scope and I’m clear on the first iOS release: continuous background GPS that stays alive without killing battery, encrypted on-device storage for sensitive health/medical data, gated by Face ID/Touch ID with a 4–8 digit passcode fallback, plus automated push alerts when conditions hit (location, time, user action). Security-first from day one (Secure Enclave/Keychain, at-rest encryption, SSL pinning) with clean, modular Swift so Android can mirror it later. I can build this as a tight core with clear modules: Location engine (background + power tuning), Security/Crypto layer (Keychain + encrypted store), Auth gate, Rules/Triggers, and Notifications. You’ll get a TestFlight build + unit tests + a short guide explaining the security choices and extension points. Q1: For background tracking, do you need “always-on breadcrumb trail” (e.g., every X meters/minutes) or “significant location changes / geofence-based” to reduce battery? Q2: What exact data is stored on-device (raw GPS points, events only, notes/medical fields), and should anything auto-expire or be exportable? Q3: Push alerts: are these purely local rules that trigger a server push, or do you also want on-device local notifications when offline? Regards, Elias
$500 USD 7 päivässä
7,7
7,7

I have extensive experience in Mobile App Development, iPhone, Android, Objective C, and Swift, making me a great match for the Secure iOS Health Tracking App project. I am confident in my ability to deliver the required features while prioritizing security and efficiency. The budget can be adjusted after discussing the full scope, and I am eager to start working on this project within your budget and timeline. Please review my 15-year-old profile to see my past work. Your satisfaction is my priority, and I am ready to showcase my commitment by starting tasks without being hired. Let's discuss the job details and get started on this exciting project.
$525 USD 10 päivässä
6,9
6,9

Hi, My extensive experience with HIPAA-style compliant projects has instilled in me an unwavering commitment to developing robust security features, such as those you mentioned including Secure Enclave, Keychain storage, SSL pinning and at-rest encryption. Let’s work on this together: I will design the app with your unique feature-set in mind, ensuring continuous GPS tracking that won't drain batteries or be shut down by the OS. My abilities extend beyond just code; I truly value clean, modular code structures accompanied with detailed documentation which are essential qualities in producing an application that is easily maintainable and adaptable for future development. These skills play into my proficiency with full-stack web development, API integrations, and cloud deployments – all of which will become crucial when eventually mirroring the architecture for Android. Let my expertise and passion present you solutions that make a difference for your company long-term. Lets Chat
$700 USD 12 päivässä
6,9
6,9

Hi there Employer, I appreciate the opportunity to work on your Secure iOS Health Tracking App. Your emphasis on continuous, efficient background GPS tracking and uncompromising data security aligns perfectly with my expertise in building privacy-centric, medically compliant mobile solutions. I've previously delivered iOS apps for healthcare and emergency response that required persistent background location monitoring, seamless biometric authentication, and robust encryption of sensitive health data. My work routinely involves leveraging the Secure Enclave, Keychain Services, and AES-based at-rest encryption to ensure data is both inaccessible and immutable without proper biometric or passcode authentication. I am also experienced in implementing SSL pinning for secure network communications and in preparing codebases for HIPAA audits, including thorough documentation and modular design. For your project, I propose a Swift-based architecture, fully modular and well-annotated, making it straightforward for an Android team to replicate. The app will utilize CoreLocation with background mode optimizations to balance tracking fidelity and battery life, while background tasks will be carefully managed to minimize OS termination risk. All user data will be encrypted on-device, with access gated by Face ID/Touch ID and a secure fallback passcode, tightly integrating with the Keychain and Secure Enclave. Automated push notifications will be managed based on location, time, or user actions, with a clear extension path for future caregiver notifications. Deliverables will include a complete, unit-tested Xcode project, a TestFlight build showcasing all primary features, and a concise technical guide covering setup, security approach, and extensibility. I look forward to discussing how I can help you launch a reliable, secure health tracking solution. Thanks and Regards
$250 USD 10 päivässä
6,6
6,6

Hello, I will develop your HEALTH TRACKING MOBILE APPLICATION for Android and IOS both platforms with Web admin panel. I am Tulsiram. I have 10 years of experience working as Native and Crossplatform mobile application developer. I am understood your requirements. I am glad if we are working together. If you interested then let's connect. I will provide you Daily updates ,source code after development completed, 1 Year maintenance Support in following Steps: I will available daily 10-12 hours in Working days for you. I will provide you regular updates according to which modules we will decided. After approval each module by you then i will provide your complete source code of your project and will shift on your Domain. Thanks
$250 USD 22 päivässä
6,6
6,6

Hello, I hope you are doing well. I understand that you are looking to build a HEALTH TRACKING MOBILE APPLICATION and I would be happy to help. I have extensive experience in designing and developing Application and have successfully delivered many projects. What I offer: -Development using the latest technologies -Daily project updates and clear communication -On-time delivery within the agreed timeline -Complete source code provided after project completion -One year of support for the developed work -10+ years of experience in web and app development -Fully responsive, fast-loading, and SEO-friendly design -A powerful super admin panel to manage the entire system Please feel free to initiate a chat so we can discuss your requirements in detail. Thank you and regards, Dheeraj K.
$250 USD 5 päivässä
7,0
7,0

Hello I will be able to help you. Please message me so that we will have detail technical discussion. I have 9+ years of combined experience in Mobile Application development in Native on Android Java, kotlin and IOS Swift, and For Hybrid Cross platform on Flutter Dart & React- Native, and for web and backend on react js and node js, Python Django , java spring boot and php CodeIgniter mvc. Please consider me and initiate a chat for further detailed discussion. Regards, Anju
$400 USD 7 päivässä
6,5
6,5

As an experienced developer, I understand the criticality of data security when it comes to health tracking applications. I have a robust understanding of iOS and specifically Swift, which is fundamental for the project at hand. In my previous undertakings, I have had to handle sensitive data and ensure that every byte on-device is encrypted and offered protection with biometric authentication. With this expertise in place, I can guarantee your medical data will be safe on the platform. I've pioneered apps that have demanding background-running tasks at their core without causing excessive battery drainage or being shut down by the OS. Automated push alerts were another component I've handled successfully before. Beyond this, my continuous integration knowledge allows me to create modular, well-documented Swift codes that are easily adaptable for other platforms. Additionally, given that your project demands solid HIPAA-style adhesion which includes Secure Enclave, Keychain storage, SSL pinning, and at-rest encryption ( all of which I'm skilled in), I believe I am the perfect candidate for your project. My broad skill-set in both frontend and backend technologies renders me capable of adhering to your comprehensive project demands efficiently. Let us connect to discuss timelines and milestones. Together, we can build a secure and effective health tracking app for iOS users! With Regards!
$750 USD 7 päivässä
6,2
6,2

Hi There! ⚜⭐⭐⭐⭐⚜(( Develop a secure iOS health tracking app with continuous background GPS tracking and robust biometric data protection. Ensure encrypted storage and seamless push notifications for location/time/user-based triggers. Focus on HIPAA compliance and security with Secure Enclave and Keychain integration ))⚜⭐⭐⭐⭐⚜ I understand the importance of both security and usability in health-related applications. I will design your app with modular Swift code, high-level encryption, and secure authentication to meet all security standards. My goal is to create a seamless user experience while maintaining the highest data protection. I HAVE ALREADY WORKED ON SIMILAR TYPE OF PROJECT AND WILL READY TO SHARE SIMILAR WORK IN THE CHAT Let’s connect to discuss the detailed requirements, including specific features and milestones, to ensure your app meets both your security and functionality goals. Warm Regards, Farhin B.
$256 USD 10 päivässä
6,4
6,4

Hi , I have 5+ years of experience in Flutter. I will design and develop a fully functional Flutter mobile application for your business. The app will be cross-platform, responsive, and optimized for both Android and iOS. I will ensure smooth navigation, clean UI, and reliable performance. My Skills Include: a) Flutter Development – Expertise in building cross-platform mobile apps with responsive UI. b) State Management – Experienced in Provider, Riverpod, and Bloc for scalable apps. c) Backend Integration – Skilled in connecting apps with REST APIs, Firebase, and third-party services. d) Database Handling – Proficient in Firebase Firestore, MySQL, and SQLite. e) Deployment & Support – Experienced with publishing apps on Google Play Store and Apple App Store. Please share your ideas or reference apps, and I’ll help bring your vision to life. Lets connect in chat so that We discuss further. With Regards, Sai
$460 USD 10 päivässä
5,4
5,4

Hello Dear! I write to introduce myself. I'm Engineer Toriqul Islam. I was born and grew up in Bangladesh. I speak and write in English like native people. I am a B.S.C. Engineer of Computer Science & Engineering. I completed my graduation from Rajshahi University of Engineering & Technology ( RUET). I love to work on Web Design & Development project. Web Design & development: I am a full-stack web developer with more than 10 years of experience. My design Approach is Always Modern and simple, which attracts people towards it. I have built websites for a wide variety of industries. I have worked with a lot of companies and built astonishing websites. All Clients have good reviews about me. Client Satisfaction is my first Priority. Technologies We Use: Custom Websites Development Using ======>Full Stack Development. 1. HTML5 2. CSS3 3. Bootstrap4 4. jQuery 5. JavaScript 6. Angular JS 7. React JS 8. Node JS 9. WordPress 10. PHP 11. Ruby on Rails 12. MYSQL 13. Laravel 14. .Net 15. CodeIgniter 16. React Native 17. SQL / MySQL 18. Mobile app development 19. Python 20. MongoDB What you'll get? • Fully Responsive Website on All Devices • Reusable Components • Quick response • Clean, tested and documented code • Completely met deadlines and requirements • Clear communication You are cordially welcome to discuss your project. Thank You! Best Regards, Toriqul Islam
$250 USD 5 päivässä
5,2
5,2

Hi There!!! The Goal of the project:- BUILD A SECURITY FIRST IOS HEALTH TRACKING APP WITH CONTINUOUS BACKGROUND GPS, STRONG ENCRYPTION, AND AUDIT READY ARCHITECTURE. I carefully read your full requirements and understand you want an iOS first application that runs reliable background GPS without heavy battery drain, encrypts all on device medical data, uses biometric protection with passcode fallback, and triggers automated push notifications based on time, location, or user actions, all built with clean Swift code ready for future Android parity. Security, documentation, and long term maintainability are clearly top priorities. I am the right fit because I have hands on experience delivering background capable and security sensitive mobile apps that meet strict compliance expectations. 1. Background GPS tracking optimized for iOS battery and OS limits 2. Full on device encryption using Secure Enclave, Keychain, and biometric authentication 3. Modular Swift architecture with unit tests and TestFlight delivery I will provide UI implementation, secure data handling, background services, testing, documentation, and full source code delivery at project completion. I bring 9+ years experience as a full stack developer and have already completed health, location tracking, and security focused mobile applications with encrypted data flows. Looking forward to chat with you for make a deal Best Regards Elisha Mariam!
$251 USD 16 päivässä
5,1
5,1

Hello, I have reviewed the details of your project. i will use swift and xcode with a clear modular structure so future android work can mirror it easily. continuous gps tracking will be handled using core location with background modes enabled and location updates tuned for low power usage. state handling ensures tracking stays active without triggering ios shutdown rules. all on device data will be encrypted using keychain and secure enclave for key storage. biometric access will be enforced through face id and touch id with a numeric passcode fallback stored securely. no sensitive data is accessible before successful authentication. push notifications will be triggered based on location time and user actions using apple push notification service. ssl pinning will secure all network traffic and data at rest will remain encrypted at all times. Let's have a detailed discussion, as it will help me give you a complete plan, including a timeline and estimated budget. I will share my portfolio in chat I look forward to hear from you. Thanks Best Regards, Mughira
$500 USD 7 päivässä
5,1
5,1

Hello, I possess a deep understanding of the nuances and complexities involved in crafting high-security mobile applications. Moreover, the fact that I've successfully built a range of apps that handle sensitive data stands testament to my ability in delivering on projects like yours. Coming to your project, I assure you a meticulously planned architecture for clean and modular Swift code that adheres to your stringent security requirements - including Secure Enclave integration and Keychain storage adoption. Combined with my proficiency in Xcode, this will allow for at-rest encryption and SSL pinning, encompassing all your stipulated HIPAA-style parameters. Additionally, my comprehensive grasp on incorporating biometric authentication like Touch ID/Face ID will reinforce the safety of your app. The healthcare vertical has always been at the core of my work, making me well-versed with the importance of both performance and device battery life optimization, especially in GPS reliant apps. This ensures that not only will your app run seamlessly in the background without burdening the battery but also send timely push alerts based on pre-set conditions. Moreover, given the need for scalability with Android mirroring later on, I'll ensure to produce well-documented and clearly explained deliverables that ensure ease-of-use for future developers too. Lets Connect
$650 USD 15 päivässä
5,3
5,3

****** Security-First iOS App for Continuous GPS & Encrypted Health Data ****** Hello, How are you? I've gone through your JD and this is an iOS-first, security-critical app requiring always-on background GPS that’s battery-efficient and OS-safe. I’ll architect the app with Secure Enclave, Keychain, at-rest encryption, SSL pinning, and biometric-first access with passcode fallback. iOS-first mobile application Continuous background GPS tracking Battery-optimized location services Secure Enclave integration On-device data encryption Biometric authentication (Face ID / Touch ID) Passcode fallback (4–8 digits) Automated push notifications Condition-based alerts (time, location, action) Keychain secure storage SSL pinning TestFlight build delivery Audit-ready security design Many more as per your need... Lest chat.. Thanks
$300 USD 7 päivässä
4,9
4,9

Hello As per your project post you are looking to develop a iOS Health Tracking Application with continuous background GPS tracking strong on device encryption and biometric protection as core requirements. I'M GLAD TO SAY THAT I HAVE ALREADY DEVELOPED AN HEALTH TRACKING APP SO I HAVE EXPERIENCE IN THIS PROJECT. The goal is to deliver an audit ready first release on iOS that runs reliably in the background preserves battery life and protects sensitive medical data while laying a clean foundation for a future Android build. My focus will be on delivering a modular Swift based iOS app that demonstrates stable background location tracking encrypted local storage protected by Face ID or Touch ID with passcode fallback and automated push notifications triggered by time location or user actions. Security will be designed from day one using Secure Enclave Keychain storage SSL pinning and full at rest encryption so the app is ready for HIPAA style reviews. I specialize in secure mobile application development with a strong focus on privacy sensitive workflows background services and compliance driven design. My approach emphasizes clean separation of concerns predictable lifecycle handling and thorough documentation supported by unit tests. Let’s connect to define the MVP scope finalize the security architecture and outline a clear delivery plan for a production ready and future proof iOS health tracking application. Best regards Nikita Gupta
$300 USD 28 päivässä
5,1
5,1

San Jose, United States
Maksutapa vahvistettu
Liittynyt lokak. 31, 2015
$10-30 USD
$250-750 USD
₹400-750 INR/ tunnissa
$250-750 USD
$5000-10000 USD
$750-1500 USD
₹12500-37500 INR
₹37500-75000 INR
$30-250 USD
£250-750 GBP
$30-250 USD
₹75000-150000 INR
€18-36 EUR/ tunnissa
$5000-10000 USD
₹12500-37500 INR
$1500-3000 USD
₹12500-37500 INR
$7-11 USD/ tunnissa
₹1500-12500 INR
₹12500-37500 INR
$250-750 USD