关于info.plist
-
按下Home键之后就要中断目前程序的执行
Application does not run in background(键名:UIApplicationExistsOnSuspend) -
应用程序只能在iPhone环境下使用的话
Application requires iPhone environment(键名:LSRequiresIPhoneOS) -
应用程序本土化的显示名称
Bundle display name(键名:CFBundleDisplayName) 预设值为${PRODUCT_NAME} -
应用程序的唯一ID
Bundle identifier(键名:CFBundleIdentifier) -
应用程序的短名称,通常就是你的应用程序名称
Bundle name(键名:CFBundleName) -
标识编译版本
Bundle version(键名:CFBundleVersion) -
应用程序的版本
Bundle version string,short (键名:CFBundleShortVersionString) -
应用支持http网络请求
NSAppTransportSecurity 类型 Dictionary 添加 NSAllowsArbitraryLoads 类型Boolean ,值设为 YES -
获取用户权限信息
NSCalendarsUsageDescription 日历
NSContactsUsageDescription 通讯录
NSPhotoLibraryUsageDescription 照片
NSRemindersUsageDescription 备忘录
NSLocationUsageDescription 位置 -
用户界面
UIStatusBarStyle 状态栏的初始风格
UIStatusBarStyleDefault
UIStatusBarStyleBlackTranslucen
UIStatusBarStyleBalackOpaque
UIStatusBarHidden 应用启动的时候,状态栏是否隐藏
UIInterfaceOrientation 应用只支持一个方向,那么你应该设置这个键
UIStatusBarTintParameters 状态栏可以进行一些美化
Style:表示导航条的barStyle属性
Translucent:表示导航条的translucent属性
TintColor:这个指定了导航条的修饰颜色。
groundImage:如果你的导航条有背景图片,那么在这里把图片的文 件名写上。 -
添加字体
Fonts provided by application (array) testFont.ttf -
应用控制
UIBackgroundModes 后台模式
audio:使用音频框架来播放或者录制音频
location:需要在后台访问用户的位置信息
voip:这个应用支持IP语音,需要在后台进行Internet连接和音频播放
newsstand-content:使用Newsstand API在后台下载并处理内容,这允许当一个代表有新的可用发布的推送
发进来的时候唤醒应用
external-accessory:使用External Accessory框架来和外部的设备惊醒通讯
bluetooth-central:使用CoreBluetooth框架和外部设备进行通讯UIViewGroupOpacity 当你设置了视图的透明度,它所有的子视图都被渲染成同样的透明度,但会在它后面被渲染
-
白名单设置
LSApplicationQueriesSchemes
<string>wechat</string>
<string>weixin</string>
<string>sinaweibohd</string>
<string>sinaweibo</string>
<string>sinaweibosso</string>
<string>weibosdk</string>
<string>weibosdk2.5</string>
<string>mqqapi</string>
<string>mqq</string>
<string>mqqOpensdkSSoLogin</string>
<string>mqqconnect</string>
<string>mqqopensdkdataline</string>
<string>mqqopensdkgrouptribeshare</string>
<string>mqqopensdkfriend</string>
<string>mqqopensdkapi</string>
<string>mqqopensdkapiV2</string>
<string>mqqopensdkapiV3</string>
<string>mqzoneopensdk</string>
<string>wtloginmqq</string>
<string>wtloginmqq2</string>
<string>mqqwpa</string>
<string>mqzone</string>
<string>mqzonev2</string>
<string>mqzoneshare</string>
<string>wtloginqzone</string>
<string>mqzonewx</string>
<string>mqzoneopensdkapiV2</string>
<string>mqzoneopensdkapi19</string>
<string>mqzoneopensdkapi</string>
<string>mqzoneopensdk</string><!-- 支付宝 URL Scheme 白名单--> <string>alipay</string> <string>alipayshare</string>