Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/objective-c/22.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Objective c 有没有办法将SPDY与google云存储objective c api结合使用?_Objective C_Google Cloud Storage - Fatal编程技术网

Objective c 有没有办法将SPDY与google云存储objective c api结合使用?

Objective c 有没有办法将SPDY与google云存储objective c api结合使用?,objective-c,google-cloud-storage,Objective C,Google Cloud Storage,我想将SPDY与google云存储objective c API一起使用。有办法做到这一点吗?我正在深入研究用于iPhone的SPDY代码,但很难构建openssl,我听说用于iOS的Chrome浏览器正在使用SPDY。也许有一种更简单/更好的方法可以做到这一点?谷歌云存储支持SPDY。因此,您可以使用任何通用objective-c SPDY库与位于的Google云存储进行对话 我没有使用任何objective-c SPDY库的经验,但objective-c SPDY的最佳结果是github上的

我想将SPDY与google云存储objective c API一起使用。有办法做到这一点吗?我正在深入研究用于iPhone的SPDY代码,但很难构建openssl,我听说用于iOS的Chrome浏览器正在使用SPDY。也许有一种更简单/更好的方法可以做到这一点?

谷歌云存储支持SPDY。因此,您可以使用任何通用objective-c SPDY库与位于的Google云存储进行对话


我没有使用任何objective-c SPDY库的经验,但objective-c SPDY的最佳结果是github上的以下项目:

Google云存储肯定支持SPDY。不过,我不确定用Objective C建立SPDY联系的最佳方式。谢谢。我还没有找到一个谷歌支持的方式来做到这一点。。可能需要等待下一版本的HTTP。是。。前一段时间尝试了一下,它是用自定义Ssl构建的,您不能使用默认的ios Ssl。