youwallet / wallet

🚀 基于Flutter开发的跨终端数字货币交易所✨
https://youwallet.github.io/
116 stars 55 forks source link

iOS 添加相机权限失败 #117

Closed zhaobinglong closed 4 years ago

zhaobinglong commented 4 years ago

iOS To use on iOS, you must add the the camera usage description to your Info.plist

<dict>
    <!-- ... -->
    <key>NSCameraUsageDescription</key>
    <string>Camera permission is required for barcode scanning.</string>
    <!-- ... -->
</dict>
zhaobinglong commented 4 years ago

barcode版本升级后解决