Deploy a Lovable Capacitor React App on IOS & Android

Заказчик: AI | Опубликовано: 08.03.2026
Бюджет: 750 $

Project Overview We have a fully built image editing web app (React + TypeScript + Vite) wrapped with Capacitor 8 for native iOS and Android deployment. The web app is complete and functional. We need a developer to handle the "last mile": building the native binaries, configuring signing/certificates, and submitting to both app stores. What's Already Done: 1. Complete React/TypeScript/Vite web application 2. Capacitor 8 configured with capacitor.config.json 3. Custom native Swift plugin (ImageProcessor) for iOS — handles perspective transforms via Core Image and saving to Photos with metadata preservation 4. Capacitor plugins already integrated: @capacitor/camera, @capacitor/device, @codetrix-studio/capacitor-google-auth 5. Google OAuth sign-in configured (web client ID in place) 6. PWA manifest and service worker configured via vite-plugin-pwa 7. GitHub repository available for CI/CD (Codemagic or similar) What We Need: iOS (Apple App Store) 1. Generate/configure Apple Developer certificates, provisioning profiles, and App Store Connect listing 2. Build the Xcode project (npx cap add ios, npx cap sync) 3. Verify the custom Swift ImageProcessor plugin compiles and links correctly (perspective transform + photo library save in P3 color with metadata) 4. Configure NSPhotoLibraryAddUsageDescription and NSCameraUsageDescription permissions. 5. Set up App Store screenshots, metadata, and submit for review 6. Configure Google and Apple Sign-In for iOS. Android (Google Play Store) - does not need to be done in parallel. 1. Generate signing keystore and configure release builds 2. Build the Android project (npx cap add android, npx cap sync) 3. Configure permissions for camera and storage access 4. Set up Play Store listing, screenshots, and submit for review 5. Configure Google Sign-In for Android (SHA-1 fingerprint in Firebase/Google Console) 6. CI/CD (Optional but Preferred) 7. Set up Codemagic (or equivalent) for automated builds from the GitHub repo so future updates can be built and submitted without a local Mac Technical Stack: - Frontend - React 18, TypeScript, Vite, Tailwind CSS - Native wrapper - Capacitor 8 - Native plugins - Custom Swift plugin (Core Image), Camera, Device, Google Auth - Backend - Supabase (Edge Functions, Auth, Database) - Auth - Email/password + Google OAuth + Apple - CI/CD - Codemagic (preferred) Required Skills - Capacitor 8 — building, syncing, and troubleshooting native projects - Xcode / iOS development — provisioning profiles, certificates, custom Swift plugin compilation, Info.plist configuration - Android Studio — keystores, Gradle configuration, release builds - App Store Connect & Google Play Console — listing creation, screenshot specs, submission process - Google OAuth — configuring native sign-in on both platforms (URL schemes, SHA-1 fingerprints) - Experience with Codemagic or similar mobile CI/CD is a plus Deliverables - App successfully submitted and approved on Apple App Store - App successfully submitted and approved on Google Play Store - Signing credentials and certificates handed over securely - (Bonus) Codemagic pipeline configured for future builds Notes We have an Apple Developer account and Google Play Developer account ready The app uses a live Supabase backend — no backend work needed The custom iOS Swift plugin is already written; it just needs to compile within the Xcode project.