在NSAppTransportSecurity下添加NSAllowsArbitraryLoads类型Boolean,值设为YES
- <key>NSAppTransportSecuritykey>
- <dict>
- <key>NSAllowsArbitraryLoadskey>
- <true/>
- dict>
CFBundleDisplayName
- <key>CFBundleDisplayNamekey>
- <string>SWstring>
相机:
- <key>NSCameraUsageDescriptionkey>
- <string>SW wants to use your camera to take pictures for uploading imagesstring>
相册:
- <key>NSPhotoLibraryUsageDescriptionkey>
- <string>SW wants to access your albums to upload imagesstring>
通信录:
- <key>NSContactsUsageDescriptionkey>
- <string>用于推荐好友关系发现朋友string>
麦克风:
- <key>NSMicrophoneUsageDescriptionkey>
- <string>App 想使用你的麦克风允许吗?string>
写入相册
- <key>NSPhotoLibraryAddUsageDescriptionkey>
- <string>我们需要将您创建的内容保存到您的相册。string>
Flutter IOS权限申请_flutter nslocalnetworkusagedescription 权限如何申请-CSDN博客