SoftoBiz
Website:
softobiz.com
Job details:
Job Title: Senior iOS Developer
Job Location: Hyderabad
Shift: Overlap with US Team (evening IST preferred)
Senior iOS Developer
Native Swift
- Hybrid· 8–12 Years Experience
Job Title Senior iOS Developer
Department Engineering
Employment Type Full-Time
Experience Required 8–12 Years
Core Stack Swift, Xcode, iOS SDK, SwiftUI, UIKit
Hybrid Experience React Native / Flutter (Added Advantage)
About The Role
We are seeking a highly skilled Senior iOS Developer to join Eden Health’s engineering team. You will own the patient-facing iOS application published on the Apple App Store, architect scalable mobile solutions, and ensure the app meets the strict security and compliance requirements of the GCC healthcare market. You will collaborate closely with backend, product, and design teams, mentor junior developers, and drive our iOS platform from development through App Store submission and beyond.
Key Responsibilities
Architecture & Development
- Design, build, and maintain high-quality, scalable iOS applications using Swift and Xcode.
- Architect robust iOS solutions following MVVM + Clean Architecture or VIPER patterns.
- Lead the full mobile development lifecycle from requirements through App Store release.
- Write clean, performant, and well-documented Swift code adhering to Apple’s Human Interface Guidelines.
- Implement complex UI/UX with pixel-perfect precision using UIKit and SwiftUI.
- Build and maintain support across iPhone form factors — from iPhone SE (small screen, Touch ID) to iPhone 15 Pro (Dynamic Island, Face ID) — ensuring layout correctness across all screen sizes.
App Store Publishing & Distribution
- Own the complete App Store submission process: archive builds, manage provisioning profiles, certificates, and App Store Connect metadata.
- Manage TestFlight distribution — internal builds for the Eden team and external beta for pilot patients in the GCC region.
- Prepare App Store assets: screenshots across required device sizes, app preview videos, localised descriptions, and keyword-optimised metadata.
- Navigate Apple’s healthcare app review guidelines (Medical category, Guideline 5.1.1, 5.1.3) and respond professionally to App Review feedback.
- Manage incremental releases, hotfix submissions, and phased rollouts via App Store Connect.
HIPAA Compliance & US Healthcare Integration
- Design and implement the app in full compliance with HIPAA (Health Insurance Portability and Accountability Act) — protecting all Protected Health Information (PHI) at rest, in transit, and in use.
- Adhere to HITECH Act requirements — ensuring breach notification readiness and audit trail capabilities within the mobile app.
- Implement HL7 FHIR R4 API integration for interoperability with US EHR systems including Epic MyChart, Cerner, and Athenahealth.
- Follow ONC (Office of the National Coordinator for Health IT) interoperability and information-blocking rules — patients must be able to access and export their own data.
- Integrate with Apple’s Health Records API (built on FHIR) to pull patient data from participating US hospital systems directly into the app.
- Follow FDA Digital Health guidelines for Software as a Medical Device (SaMD) if applicable — understand when FDA oversight applies to clinical decision features.
- Implement Business Associate Agreement (BAA) awareness in third-party SDK selection — only use vendors who sign a BAA (e.g. AWS, Google Cloud Healthcare API, Twilio).
Security & Data Protection
- Enable and enforce Data Protection entitlement to encrypt all PHI files at rest using the device passcode.
- Implement biometric authentication (Face ID / Touch ID) via Local Authentication for secure patient login.
- Apply SSL/TLS certificate pinning to prevent man-in-the-middle attacks on all clinical API calls.
- Implement jailbreak and tampering detection to prevent app execution on compromised devices.
- Store all tokens, credentials, and PHI exclusively in the iOS Keychain — never in User Defaults or plain storage.
- Implement automatic session timeout and re-authentication as required by HIPAA access controls (45 CFR
- 164.312).
- Ensure all PHI transmitted over the network uses end-to-end encryption (TLS 1.2+ minimum, TLS 1.3 preferred) in compliance with HIPAA Technical Safeguards.
- Support remote wipe / data purge capability for lost or stolen devices containing cached PHI.
HealthKit & Platform Integration
- Implement HealthKit integration for reading and writing patient vitals, activity, and health records with Apple Health.
- Integrate with Apple Health Records API to pull FHIR-formatted clinical data from US hospital systems that participate in the Apple Health Records program.
- Build teleconsultation features using AVFoundation and WebRTC — camera, microphone, and real-time video.
- Implement APNs push notifications for appointment reminders, prescription alerts, and care plan nudges.
- Collaborate with backend engineers to integrate RESTful APIs, GraphQL, and third-party healthcare SDKs.
Accessibility & Localisation
- Ensure full compliance with Section 508 of the Rehabilitation Act — the app must be accessible to users with disabilities, including those using assistive technologies.
- Support English and Spanish (es-US) localisation — Spanish is the second most spoken language in the USA and critical for patient inclusivity.
- Support Dynamic Type for font scaling and ensure all interactive elements meet 44×44 pt minimum tap target size.
- Implement VoiceOver accessibility labels on all interactive elements to meet WCAG 2.1 AA standards.
- Support Dark Mode with semantic colour tokens across all app screens.
Testing & Quality
- Build and maintain unit tests (XCTest / Swift Testing) and UI tests (XCUITest) with minimum 70% coverage.
- Test on physical devices for hardware-dependent features (Face ID, HealthKit, camera, Bluetooth) and BrowserStack for device matrix coverage.
- Use Xcode Instruments (Time Profiler, Allocations, Leaks, Energy Log) for performance profiling before every major release.
- Test across all supported iPhone form factors: iPhone SE 3rd Gen, iPhone 12, iPhone 13, iPhone 15 Pro minimum.
- Diagnose and resolve complex bugs and crashes using LLDB, memory graph debugger, and Crashlytics.
CI/CD & DevOps
- Set up and maintain Fastlane lanes for automated building, testing, signing, and uploading to TestFlight and App Store.
- Configure GitHub Actions or Bitrise pipelines for continuous integration: SwiftLint, unit tests, UI tests, and archive on every PR.
- Manage code signing via match (Fastlane) — certificates and provisioning profiles stored securely in a private Git repo or encrypted storage.
- Integrate BrowserStack App Automate into CI pipeline for automated regression testing across multiple iPhone form factors and iOS versions.
Technical Leadership
- Serve as iOS technical lead — drive architectural decisions and enforce best practices.
- Conduct thorough code reviews, establish coding standards (SwiftLint), and maintain code quality.
- Mentor junior and mid-level iOS developers within the team.
- Track Apple platform updates (WWDC) and recommend adoption roadmap for new capabilities.
Hybrid Development (Added Advantage)
- Contribute to or lead hybrid mobile development using React Native or Flutter where applicable.
- Bridge native iOS modules with hybrid frameworks to extend cross-platform functionality.
- Advise on hybrid vs. native strategy based on project requirements and performance trade-offs.
Required Qualifications
Education
- Bachelor’s or Master’s degree in Computer Science, Software Engineering, or a related technical field.
- Equivalent experience with a strong portfolio of shipped App Store applications will be considered.
Experience
- 8–12 years of hands-on iOS development with multiple shipped App Store applications.
- Minimum 6+ years of proficiency in Swift; Objective-C familiarity is a plus.
- Proven experience owning App Store submissions end-to-end (App Store Connect, TestFlight, review process).
- [Experience building HIPAA-compliant iOS applications handling Protected Health Information (PHI) is strongly preferred.
- Hands-on experience with HL7 FHIR R4 API integration, Epic/Cerner SDKs, or Apple Health Records API is a significant advantage.
Core Technical Skills
- Languages: Swift 5.10+, Objective-C (familiarity)
- UI Frameworks: SwiftUI, UIKit, Auto Layout, Core Animation, Swift Charts
- Architecture: MVVM + Clean Architecture, VIPER, Coordinator Pattern
- Storage: Core Data, SwiftData, Realm, Keychain, UserDefaults
- Networking: URLSession, Alamofire, Moya, REST, GraphQL, WebSockets, async/await
- Testing: XCTest, Swift Testing, XCUITest, Quick/Nimble, Snapshot Testing
- CI/CD: Fastlane, GitHub Actions, Bitrise, Xcode Cloud
- Distribution: App Store Connect, TestFlight, provisioning profiles, certificates
- Monitoring: Firebase Crashlytics, Sentry, Instruments, MetricKit
- Healthcare & Hardware: HealthKit, CareKit, AVFoundation, LocalAuthentication (Face ID/Touch ID)
- Notifications: APNs, UserNotifications, Background Modes
- Security: Data Protection, Certificate Pinning, ATS, Keychain, Jailbreak Detection
- US Compliance: HIPAA Technical Safeguards, PHI encryption, session management, audit logging
- Interoperability: HL7 FHIR R4, Apple Health Records API, SMART on FHIR
- Accessibility & L10n: Section 508 accessibility, English + Spanish (es-US) localisation, WCAG 2.1 AA
- Testing & Security Tools: BrowserStack App Automate, Proxyman, MobSF
Preferred Qualifications (Added Advantage)
- Experience with React Native or Flutter for cross-platform mobile development.
- Familiarity with bridging native Swift modules with JavaScript-based hybrid frameworks.
- Knowledge of HIPAA Privacy Rule, Security Rule, and Breach Notification Rule in the context of mobile app development.
- Experience integrating with US EHR platforms: Epic MyChart SDK, Cerner FHIR APIs, or Athenahealth APIs.
- Familiarity with FDA Digital Health Center of Excellence (DHCoE) guidelines and when SaMD classification applies.
- Experience with HIPAA-compliant cloud infrastructure like: AWS GovCloud, Azure US Government, or Google Cloud Healthcare API.
- Exposure to Core ML or on-device machine learning for health predictions.
- Published apps with 100K+ downloads or significant enterprise/healthcare deployment footprint.
Core Competencies & Soft Skills
- Strong ownership mindset — drives features from concept to live App Store release.
- Excellent problem-solving with ability to debug complex, multi-layered issues.
- Clear technical communication — written and verbal, with cross-functional teams.
- Collaborative team player who thrives in fast-paced, Agile environments.
- Patient-centric thinking — balances clinical accuracy, data privacy (HIPAA), and delightful UX.
- Self-motivated learner who stays current with iOS platform updates (WWDC) and US healthcare digital health regulations.
About Softobiz
Innovation begins with like-minded people aiming to transform the world together. At Softobiz, we invite you to become a part of an organization that has been helping clients transform their business by fusing insights, creativity, and technology. With a team of 300+ technology enthusiasts, we have been trusted by leading enterprises around the globe for over 12+ years.
At Softobiz, we foster a culture of equality, learning, collaboration, and creative freedom, empowering our employees to grow and excel in their careers. Our technical craftsmen are pioneers in the latest technologies like AI, machine learning, and product development.
Why Should You Join Softobiz?
- Work with technical craftsmen who are pioneers in the latest technologies.
- Access training sessions and skill-enhancement courses for personal and professional growth.
- Be rewarded for exceptional performance and celebrate success through engaging parties.
- Experience a culture that embraces diversity and creates an inclusive environment for all employees.
Softobiz is an equal opportunity employer. We celebrate diversity and are committed to creating an inclusive environment for all employees. All qualified applicants will be afforded equal employment opportunities without discrimination based on race, creed, color, national origin, sex, age, disability, or marital status.
For more information about our solutions and organization, visit www.softobiz.com,
Follow us
on LinkedIn, Twitter,
and Facebook for more updates.
Click on Apply to know more.