iosflutterdarttestflightagora.io

Camera Fails to Start in TestFlight on iOS


When the app is in TestFlight, the camera doesn't start, and users are unable to make video calls using Agora.io. However, everything works perfectly in both release and debug modes on Android and iOS.

I also noticed that a pop-up appears in TestFlight asking for camera and other permissions. Additionally, it seems that the user is not joining the call, as there is no audio either, while everything works fine in release and debug modes.


Solution

  • I faced the same issue, for me what worked is

    1. Go to XCode
    2. Targets(Runner)
    3. Build Settings
    4. Under Deployment change Strip Style to Non-Global Symbols

    enter image description here