I'm using LibVLCSharp.MAUI in my MAUI app to access RTSP cameras.
Everything works fine in Debug mode both for Android and iOS, then when attempting to publish the app in the stores I noticed first the playback was not working for Android.
I was able to find information about this and noticed that since I was using r8 there was an issue with trimming. This got resolved adding the r8.cfg file as explained in a different post.
Now I'm having the exact same issue with the iOS release, but this time I cannot find any information about anyone else having this problem.
Could someone please help?