iOS 国际化适配 权限提示文字

  1. 添加文件


    image.png
  2. 命名为 InfoPlist.string
    [图片上传中...(image.png-84681-1522823121958-0)]

image.png
image.png

5.添加字段
// 照片

NSPhotoLibraryUsageDescription = "After you open it, you can use images from the iphone or save pictures to the device.";

// 相机
NSCameraUsageDescription = "After opening, you can use the device's camera to scan the qr code. ";


image.png

// 麦克风
NSMicrophoneUsageDescription = "After opening, you will send audio to the remote device.";

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容