访问相册/视频
在info当中添加字段:NSPhotoLibraryUsageDescription ;
string (类型) ;
值:任意值都可以
和访问相册相比,其实是多了一个访问麦克风的权限
在info当中添加字段:
Privacy - Camera Usage Description ; 相机
Privacy - Microphone Usage Description ; 麦克风
string (类型) ;
值:任意值都可以
禁用https
在info当中添加字段:
App Transport Security Settings ; 类型是字典
在该字典下添加 key : Allow Arbitrary Loads
value: YES ;
bundle identifier
bundle identifier -----> $(PRODUCT_BUNDLE_IDENTIFIER)
自定义状态栏
在info当中添加字段:
View controller-based status bar appearance -----> NO