Unable to Save Video to Camera Roll on SDK 38 MediaLibrary

Hey, I’ve recently updated my app to expo SDK version 38 and I’m having an issue when saving a video to the camera roll on iOS (13) . I used the MediaLibs’s .saveToLibraryAsync() method to do so. I get this vague error: “This video cannot be saved to camera roll album” I have attached a screenshot.

I’ve tried it on multiple iPhones and I’m getting the same result. This is working on my production build which uses SDK 37. I haven’t changed the logic of my saving method.

Hey @sethusenthil,

Can you share the relevant code of what you are passing in and how you are calling saveToLibraryAsync?

Cheers,
Adam

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.