triniwiz / nativescript-videorecorder

:video_camera: NativeScript plugin for Video Recording . :video_camera:
Apache License 2.0
43 stars 29 forks source link

IOS: saveToGalley: true not resolve requestPermissions #51

Closed javik6 closed 4 years ago

javik6 commented 5 years ago

In src/videorecorder.ios.ts

Please, modify line 32-34 to:

} else if (authStatus == PHAuthorizationStatus.Authorized) {
    resolve();
} else reject();

Thanks ;)