From 695027911af103a900e35344ea7159c611c1182f Mon Sep 17 00:00:00 2001 From: Lance Chant <13349722+lancechant@users.noreply.github.com> Date: Sun, 31 May 2026 14:02:44 +0200 Subject: [PATCH] fix: qr code scanning not working ios Added the multicast entitlement for ios Signed-off-by: Lance Chant <13349722+lancechant@users.noreply.github.com> --- app.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.json b/app.json index 296d674de..6826211ca 100644 --- a/app.json +++ b/app.json @@ -29,7 +29,8 @@ }, "supportsTablet": true, "entitlements": { - "com.apple.developer.networking.wifi-info": true + "com.apple.developer.networking.wifi-info": true, + "com.apple.developer.networking.multicast": true }, "bundleIdentifier": "com.fredrikburmester.streamyfin", "icon": "./assets/images/icon-ios-liquid-glass.icon",