Files
platform/ios
Yusuf Suleman e28c4d0003
All checks were successful
Security Checks / dependency-audit (push) Successful in 13s
Security Checks / secret-scanning (push) Successful in 4s
Security Checks / dockerfile-lint (push) Successful in 4s
fix: camera crash — add NSCameraUsageDescription + availability check
Crash: iOS terminates the app when accessing camera without the
privacy description in Info.plist.

Fix:
- Added NSCameraUsageDescription to Info.plist
- "Take Photo" option only shows if camera is available
  (UIImagePickerController.isSourceTypeAvailable(.camera))

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 22:40:43 -05:00
..