From 3e62497fd0183251448c6003bbe9e0a305301641 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 19 Jun 2025 09:18:51 -0500 Subject: [PATCH] fix: local network permission (#19285) --- mobile/ios/Runner/Info.plist | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/mobile/ios/Runner/Info.plist b/mobile/ios/Runner/Info.plist index e76ef90217..becf58feb5 100644 --- a/mobile/ios/Runner/Info.plist +++ b/mobile/ios/Runner/Info.plist @@ -115,8 +115,8 @@ NSBonjourServices - _googlecast._tcp - _CC1AD845._googlecast._tcp + _googlecast._tcp + _CC1AD845._googlecast._tcp NSCameraUsageDescription We need to access the camera to let you take beautiful video using this app @@ -168,5 +168,8 @@ NSFaceIDUsageDescription We need to use FaceID to allow access to your locked folder + NSLocalNetworkUsageDescription + We need local network permission to connect to the local server using IP address and + allow the casting feature to work - + \ No newline at end of file