Add camera usage description and Encryption Exception for iOS#3580
Merged
ann0see merged 2 commits intojamulussoftware:mainfrom Dec 22, 2025
Merged
Add camera usage description and Encryption Exception for iOS#3580ann0see merged 2 commits intojamulussoftware:mainfrom
ann0see merged 2 commits intojamulussoftware:mainfrom
Conversation
ann0see
commented
Dec 22, 2025
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.
f76c1b0 to
0d3c577
Compare
softins
approved these changes
Dec 22, 2025
Jamulus does not use encryption
Member
Author
|
Added encryption exemption flag too. This should make submitting to App Store Connect easier. |
pljones
approved these changes
Dec 22, 2025
Collaborator
|
Can we document somewhere what you wrote above? It's not always easy to find explanations in pull requests. I hesitate to say it should be in the code... Maybe Jamulus.pro for iOS could mention it? Somewhere the dependency gets pulled in, really. |
Member
Author
|
deploy_ios.sh ? QT multimedia gives a huge headache for iOS from my gut feeling.
|
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.
Some time ago, I tracked it down to QTMultimedia: https://doc.qt.io/qt-6.5/qtmultimedia-apple.html
Short description of changes
CHANGELOG: SKIP
Context: Fixes an issue?
Related to: #3406 (loosely)
Does this change need documentation? What needs to be documented and how?
Status of this Pull Request
Ready for review
What is missing until this pull request can be merged?
Link source
Checklist