Closed aholla closed 3 years ago
Hey there @aholla, can you be more descriptive about the crash? What device and OS version are you running on. Can you share your sharing code, and the crash logs or any useful screenshots you have. I'd assume that you're on iOS, and you're getting the crash because your app doesn't specify the NSPhotoLibraryUsageDescription
key in the Info.plist
, along with requesting permission from the user to allow access to the camera roll.
HI this was a one off. Im not sure if I can replicate it so please close.
On Tue, 1 Dec 2020 at 21:39, Yusuf Olokoba notifications@github.com wrote:
Hey there @aholla https://github.com/aholla, can you be more descriptive about the crash? What device and OS version are you running on. Can you share your sharing code, and the crash logs or any useful screenshots you have. I'd assume that you're on iOS, and you're getting the crash because your app doesn't specify the NSPhotoLibraryUsageDescription key in the Info.plist, along with requesting permission from the user to allow access to the camera roll.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/natsuite/NatShare-API/issues/104#issuecomment-736837221, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJOWZHJDO2CORPBC446NRDSSVPCLANCNFSM4UGVIWCQ .
The first time I try and save a video using the native share panel, I am asked for permission and on granting it, my app crashes. This doesnt always happen...