I have an existing “Lovable” web application which is a virtual tour of a famous building in Sweden with core features including secure user authentication (for payment record) and payment processing handled through Stripe. The app provides image galleries and videos of the inside of the building. The goal is to package this functionality into a native iOS build that can be submitted and accepted on the Apple App Store. Design & UX The current web design works well, so the interface, layout, and overall visual style should remain unchanged. Any adaptations you make should be purely for native usability (e.g., gesture support or system dialogs) while keeping the look identical to the web version. Target Devices A single universal build is required: the finished app must run smoothly on iPhones n its latest iOS version. Functional Requirements • Preserve existing user login / sign-up flow exactly as it behaves on the web. • Ensure all web calls, sessions, and data handling remain secure, following Apple guidelines. • Produce an Xcode project that compiles without warnings and is ready for TestFlight distribution. • Final deliverable must meet Apple’s submission rules and pass App Store review. Prefer to use a hybrid wrapper like Cordova. Acceptance Criteria 1. Universal binary installs and functions on current iPhone and iPad devices. 2. Authentication and payment features mirror the web experience with no broken flow. 3. Design is visually identical to the web app, with native responsiveness. 4. App is provisioned, code-signed, and archived successfully for App Store Connect upload. 5. Apple review approval is achieved or all required fixes are documented and addressed. Provide the full Xcode source, build instructions, and any provisioning profiles needed so I can submit future updates independently.