按下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>
关于info.plist
最后编辑于 :
©著作权归作者所有,转载或内容合作请联系作者
- 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
- 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
- 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
推荐阅读更多精彩内容
- 近期苹果公司iOS 9系统策略更新,限制了http协议的访问,此外应用需要在“Info.plist”中将要使用的U...
- 近期苹果公司iOS 9系统策略更新,应用需要在“Info.plist”中将要使用的URL Schemes列为白名单...
- 原文:http://www.jianshu.com/p/a8cce94d508e近期苹果公司iOS 9系统策略更新...
- MLeaksFinder 直接CocoaPods导入MLeaksFinder。 Pods 目录成功导入 FBRet...