1// Copyright (C) 2021 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
5\page qtmultimedia-apple.html
6\title Qt Multimedia on macOS and iOS
7\brief Platform notes for iOS
9This page covers the availability of Qt Multimedia features on iOS and macOS.
13Since Qt Multimedia for iOS uses the camera and microphone, the \c Info.plist
14assigned to QMAKE_INFO_PLIST in the project file must contain the keys
15\c NSCameraUsageDescription and \c NSMicrophoneUsageDescription. Otherwise, the
16application will abort on startup. See \l{Info.plist} documentation from Apple
17for more information regarding this key.