Coder Social home page Coder Social logo

wfxiang08 / objc-sdk Goto Github PK

View Code? Open in Web Editor NEW

This project forked from qiniu/objc-sdk

0.0 2.0 0.0 809 KB

Qiniu Resource (Cloud) Storage Objective-C SDK for Mac/iOS

Home Page: http://developer.qiniu.com

License: MIT License

Ruby 2.35% Objective-C 96.80% C++ 0.85%

objc-sdk's Introduction

Qiniu Objective-C SDK

Software License Build Status Latest Stable Version Platform

安装

通过CocoaPods

pod "Qiniu", "~> 7.0"

运行环境

Qiniu SDK版本 最低 iOS版本 最低 OS X 版本 Notes
7.x iOS 6 OS X 10.8 Xcode最低版本 5.
7.x/AFNetworking-1.x iOS 5 OS X 10.7 Xcode最低版本 5.
6.x iOS 6 None Xcode最低版本 5.

使用方法

#import <QiniuSDK.h>
...
    NSString token = @"从服务端SDK获取";
    QNUploadManager *upManager = [[QNUploadManager alloc] init];
    NSData *data = [@"Hello, World!" dataUsingEncoding : NSUTF8StringEncoding];
    [upManager putData:data key:@"hello" token:token
        complete: ^(QNResponseInfo *info, NSString *key, NSDictionary *resp) {
        NSLog(@"%@", info);
        NSLog(@"%@", resp);
    } option:nil];
...

建议 QNUploadManager 创建一次重复使用,或者使用单例方式创建。

测试

$ xctool -workspace QiniuSDK.xcworkspace -scheme "QiniuSDK Mac" -sdk macosx -configuration Release test -test-sdk macosx

常见问题

  • 如果碰到crc链接错误,请把libz.dylib加入到项目中去。
  • 如果需要支持iOS 5 或者支持restKit, 请用 AFNetworking 1.x 分支的版本
  • 如果碰到其他编译错误,请参考 Cocoapods 的 troubleshooting

代码贡献

详情参考代码提交指南

贡献记录

联系我们

  • 如果需要帮助,请提交工单(在portal右侧点击咨询和建议提交工单,或者直接向 [email protected] 发送邮件)
  • 如果有什么问题,可以到问答社区提问,问答社区
  • 更详细的文档,见官方文档站
  • 如果发现了bug, 欢迎提交 issue
  • 如果有功能需求,欢迎提交 issue
  • 如果要提交代码,欢迎提交 pull request
  • 欢迎关注我们的微信 微博,及时获取动态信息。

代码许可

The MIT License (MIT).详情见 License文件.

objc-sdk's People

Contributors

longbai avatar zheniantoushipashi avatar

Watchers

wfxiang08 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.