0.0.2 • Published 2 years ago

cordova-plugin-sdy-ios-saveimg v0.0.2

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

请在config文件中,添加对应的如下权限

<edit-config target="NSCameraUsageDescription" file="*-Info.plist" mode="merge">
    <string>需要相机访问权限</string>
</edit-config>
<edit-config target="NSPhotoLibraryUsageDescription" file="*-Info.plist" mode="merge">
    <string>需要读取相册权限</string>
</edit-config>
<edit-config target="NSPhotoLibraryAddUsageDescription" file="*-Info.plist" mode="merge">
    <string>需要访问照片库以保存图片</string>
</edit-config>