Skip to content

Commit

Permalink
Merge pull request #12 from qiniu/develop
Browse files Browse the repository at this point in the history
rename to ios-sdk
  • Loading branch information
qiniu committed Feb 1, 2013
2 parents cd01bb4 + c32baa4 commit b56692e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: Objective-C SDK | 七牛云存储
title: iOS SDK | 七牛云存储
---

# Objective-C SDK
# iOS SDK

SDK下载地址:[https://github.com/qiniu/objc-sdk](https://github.com/qiniu/objc-sdk)
SDK下载地址:[https://github.com/qiniu/ios-sdk](https://github.com/qiniu/ios-sdk)

本SDK目前只提供了一个简单版本的上传功能,在类QiniuSimpleUploader中实现。

Expand Down Expand Up @@ -112,4 +112,4 @@ extraParams是一个NSDictionary类型,upload方法会检查该字典中是否

如果以静态链接库的方式使用该SDK,请注意您的工程设置中需要设置-ObjC标志,这是因为该SDK中使用了Objective-C category功能来实现JSON字符串的序列化和反序列化,而没有-ObjC标志的话Objective-C category功能将不能正常工作,错误表现为直接异常退出。

另外,由于QiniuSimpleUploader采用的是单次HTTP请求发送整个文件内容的方法,因此并不适合用于上传大尺寸的文件。如果您有这方面的需求,请[联系我们](https://dev.qiniutek.com/feedback)。我们稍后也会在SDK中增加支持断点续传的上传类。
另外,由于QiniuSimpleUploader采用的是单次HTTP请求发送整个文件内容的方法,因此并不适合用于上传大尺寸的文件。如果您有这方面的需求,请[联系我们](https://dev.qiniutek.com/feedback)。我们稍后也会在SDK中增加支持断点续传的上传类。

0 comments on commit b56692e

Please sign in to comment.