<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>phonegap | 伪架构师</title>
    <link>/tags/phonegap/</link>
      <atom:link href="/tags/phonegap/index.xml" rel="self" type="application/rss+xml" />
    <description>phonegap</description>
    <generator>Source Themes Academic (https://sourcethemes.com/academic/)</generator><language>zh</language><lastBuildDate>Wed, 02 Mar 2016 05:38:36 +0800</lastBuildDate>
    <image>
      <url>/img/logo-wide.png</url>
      <title>phonegap</title>
      <link>/tags/phonegap/</link>
    </image>
    
    <item>
      <title>Phonegap iOS App 访问自签名 https</title>
      <link>/post/phonegap-access-untrusted-https/</link>
      <pubDate>Wed, 02 Mar 2016 05:38:36 +0800</pubDate>
      <guid>/post/phonegap-access-untrusted-https/</guid>
      <description>&lt;p&gt;在 &lt;code&gt;Phonegap run ios&lt;/code&gt; 生成的代码中，找到 AppDelegate.m，尾巴上加上如下代码即可。&lt;/p&gt;

&lt;pre&gt;&lt;code class=&#34;language-objc&#34;&gt;@implementation NSURLRequest(DataController)
+ (BOOL)allowsAnyHTTPSCertificateForHost:(NSString *)host
{
    return YES; 
}
@end
&lt;/code&gt;&lt;/pre&gt;
</description>
    </item>
    
  </channel>
</rss>
