Hi Felgo,
I come across issue with releasing app on ios with music files.
The note from documentation for BackgroundMusic:
Note: The Qt 5 Audio element currently (as of Qt release 5.3.0) can not play sound files from qrc on iOS,
Mac and some Android devices. However, bundling your assets into a qrc file is the suggested deployment option,
because you can then compile your assets into the binary and they are protected. Due to this Qt issue,
we recommend using SoundEffectVPlay for your background sounds, or deploy your audio assets with the DEPLOYMENTFOLDERS option in your pro file instead of bundling them with qrc.
If you need help with this topic, please use our support forums.
Like in documentation, with normal resource(qrc) approach I can’t play any sound files.
I not only have problem with BackgroundMusic, but also with SoundEffectVPlay.
What options do I really have.
1.
Can it be my mistake, and not the issue mentioned in documentation?
2.
Can I combine binary resource option with deployment files?
For example, add everything to qrc, and music files at the end of pro file in DISTFILES sections?
3.
How do you release your apps on ios, if it includes sound files?
Both sound effects and music.