iPhone6s以及iPhone6s plus搭载iOS9,有一个新功能叫做3D Touch,这个功能有很大的用处,关键是要会用,这给交互方式又多了一个新的选择和思考,比如说游戏中的额外控制选项、绘图应用中的细粒度(fine-grained)控制,甚至是用来替代我们在 iOS 设备中使用过的长按.....
分类:
其他好文 时间:
2015-09-18 11:52:23
阅读次数:
191
用Xcode 7 在真机(iOS 9)上运行一下工程,结果发现工程编译不过。看了下问题,报的是以下错误:ld: ‘/Users/**/Framework/SDKs/PolymerPay/Library/mobStat/lib**SDK.a(**ForSDK.o)’ does not contain....
分类:
移动开发 时间:
2015-09-17 19:38:04
阅读次数:
314
今天升级Xcode7.0,发现网络访问失败。 输出错误信息:The resource could not be loaded because the App Transport Security policy requires the use of a secure connection. ...
分类:
移动开发 时间:
2015-09-17 18:59:13
阅读次数:
179
今天升级Xcode 7.0 bata发现网络访问失败。 输出错误信息 The resource could not be loaded because the App Transport Security policy requires the use of a secure connection. Google后查证,iOS9引入了新特...
分类:
移动开发 时间:
2015-09-17 17:52:43
阅读次数:
380
升级为iOS9后,默认请求类型为https,如何使用http进行请求会报错The resource could not be loaded because the App Transport Security policy requires the use of a secure connectio...
分类:
移动开发 时间:
2015-09-17 15:03:12
阅读次数:
214
这篇文章介绍了iOS9开发相关的简介,现在发布的设备都会搭载iOS9。这篇文章也列出了详细描述新特性的文章。iPad多线程增强iOS9使用Slider Over, Split View, Picture in Picture增强了iPad上的多线程用户体验。Slide Over特性可以让用户启动第二...
分类:
移动开发 时间:
2015-09-17 15:02:55
阅读次数:
335
今天下载Xcode7试了下,运行项目时报上面的错误,网上查了下原来iOS9引入了新特性App Transport Security (ATS)。详情:App Transport Security (ATS)新特性要求App内访问的网络必须使用HTTPS协议。但是现在公司的项目使用的是HTTP协议,使...
分类:
移动开发 时间:
2015-09-17 14:51:17
阅读次数:
191
今天升级Xcode 7.0发现网络访问失败。 输出错误信息 The?resource?could?not?be?loaded?because?the?App?Transport?Security?policy?requires?the?use?of?a?secure?connection. Google后查证,...
分类:
移动开发 时间:
2015-09-17 13:44:35
阅读次数:
141
昨天被苹果放鸽子也没升级iOS9,今天升级了Xcode7,同时手机升级了iOS9,发现项目报错,查了查才知道是iOS9不支持不安全的http传输协议,让用https协议,这根本就不x现实,,服务端根本不配合嘛,还是继续用http协议吧。解决方法: 在info.plist里这样应该就解决了
分类:
Web程序 时间:
2015-09-17 13:09:18
阅读次数:
208
今天更新了Xcode 7 正式版,App编译出现很多警告,在App运行的时候出现如下的提示.........the resource could not be loaded because the app transport security policy requires the use of a...
分类:
移动开发 时间:
2015-09-17 11:49:13
阅读次数:
218