Issue: After iOS 18.5 release, our app is experiencing a significant increase in AVCaptureSessionInterruptionReason.videoDeviceNotAvailableWithMultipleForegroundApps errors.
Details:
- Our camera-related code has not been updated recently.However, we've observed that the error rate has significantly increased starting from May 2025. The error rate has risen from approximately 0.02% (2 in 10,000 users) to 0.1% (1 in 1,000 users). This represents a 5x increase in error occurrence.
- The frequency has increased noticeably since iOS 18.5
- This is affecting our app's camera functionality and user experience
Questions:
- Are there any known changes in iOS 18.5 regarding camera access management?
- What are the recommended best practices to handle this interruption reason?
- Are there any API changes we should be aware of?
Best,
Shay