ios access to photos and media files
Unsolved
Mobile and Embedded
-
is there any method i can play a media file from my qt app on the iphone?
-
@SherifOmran You need to request access to media files, see https://doc.qt.io/qt-5/qtmultimedia-ios.html
Use https://doc.qt.io/qt-5/qstandardpaths.html to get the directory containing the media files.