hello, I have been working on a file transfer system. I was testing it by downloading a video on multiple platforms, after configuring some of the code for different platforms each one performed as expected, except iOS. I don't know why but when using
bug when opening videos added in runtime
video_open("INSERTVIDEO.mp4")
on iOS it will only open videos that were there during runtime, and it's not just new videos added. I also deleted the original file on runtime and it still registered as the video being there, yet...bug when opening videos added in runtime