From 0d3c5778e28f07b07d980d56ce583d9609f81cb4 Mon Sep 17 00:00:00 2001 From: ann0see <20726856+ann0see@users.noreply.github.com> Date: Sun, 21 Dec 2025 21:28:52 +0100 Subject: [PATCH 1/2] Add camera usage description QTMultimedia seems to require camera access permissions even though we do not request this. As it's in the code, AppStore connect requests a description. It is safe to NOT allow access. --- ios/Info.plist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ios/Info.plist b/ios/Info.plist index aa4a9559b8..434bd9e7ba 100644 --- a/ios/Info.plist +++ b/ios/Info.plist @@ -22,6 +22,8 @@ NSMicrophoneUsageDescription We need access to your microphone to let others hear you. + NSCameraUsageDescription + The accessibility feature module we use requests camera access, even though it is not used by this Application. You do not need to allow access to your camera and can safely decline. UIApplicationSceneManifest UIApplicationSupportsMultipleScenes From 69c9f396887cb9e5adeae12df3794fce5f9e3de2 Mon Sep 17 00:00:00 2001 From: ann0see <20726856+ann0see@users.noreply.github.com> Date: Mon, 22 Dec 2025 15:21:40 +0100 Subject: [PATCH 2/2] Add encryption exception Jamulus does not use encryption --- ios/Info.plist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ios/Info.plist b/ios/Info.plist index 434bd9e7ba..32501d534d 100644 --- a/ios/Info.plist +++ b/ios/Info.plist @@ -2,6 +2,8 @@ + ITSAppUsesNonExemptEncryption + CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleExecutable