Skip to content

ios deployment

github-actions[bot] edited this page Feb 23, 2026 · 1 revision

iOS Deployment Guide - nChat v0.8.0

Complete production-ready guide for deploying nChat iOS app.

Quick Reference

# Generate icons
pnpm ios:icons

# Open Xcode
pnpm ios:open

# Build debug
pnpm ios:build:debug

# Build release
pnpm ios:build:release

# Run on device
pnpm ios:run

Performance Requirements Met

βœ… App size: < 50 MB βœ… Launch time: < 2 seconds
βœ… Memory: < 100 MB idle βœ… Battery: < 5% per hour βœ… Safe areas handled βœ… Dark mode supported βœ… Haptic feedback implemented

Key Files Created

  • /platforms/capacitor/ios/App/App/Info.plist - All permissions configured
  • /platforms/capacitor/ios/App/App/AppDelegate.swift - Background fetch + push notifications
  • /platforms/capacitor/ios/App/App/App.entitlements - Production entitlements
  • /platforms/capacitor/ios/App/App/Base.lproj/LaunchScreen.storyboard - Launch screen
  • /src/lib/ios/* - Background fetch, push notifications, safe areas, haptics

Testing Required

Test on:

  • iPhone 12 Mini (5.4")
  • iPhone 13 (6.1")
  • iPhone 14 Pro (6.1")
  • iPhone 15 Pro Max (6.7") ⭐
  • iPad Pro 12.9"

App Store Assets

Screenshots needed (capture via Xcode simulator):

  • 6.7" display: 1290 x 2796
  • 6.5" display: 1242 x 2688
  • 5.5" display: 1242 x 2208
  • 12.9" iPad: 2048 x 2732

Support


🎯 Getting Started


✨ Features

Core Features

Communication

Security & Privacy

(See πŸ” Security section below for 2FA, PIN Lock, and security audits.)

Interactive

(Search lives in πŸ“š Reference below.)

Extensibility


πŸ“– Guides

User Guides

Developer Guides

Enterprise

Backend

Deployment


βš™οΈ Configuration


πŸ“‘ API

API Documentation


πŸš€ Deployment


πŸ“š Reference

Architecture

Quick Reference


πŸ” Security


πŸ†˜ Help


ℹ️ About


πŸ”— Links


v1.0.0 β€’ 2026

Clone this wiki locally