Giter Site home page Giter Site logo

alicloud-ios-demo's Introduction

alicloud-ios-demo

本工程给出了阿里云移动服务相关产品的使用DEMO,欢迎参考与使用。 注:demo中的账号信息配置只为方便demo例程的运行,真实产品中我们建议您使用安全黑匣子或其他方式保障密钥的安全性。

oss_ios_demo

oss_ios_demo给出了对象存储OSS iOS SDK的使用示例。 运行demo前请在AliyunOSSDemo.m文件中填入您的STS信息

id<OSSCredentialProvider> credential = [[OSSStsTokenCredentialProvider alloc] initWithAccessKeyId:@"AccessKeyId" secretKeyId:@"AccessKeySecret" securityToken:@"SecurityToken"];

man_ios_demo

man_ios_demo给出了数据分析服务(Mobile Analytics) iOS SDK的使用示例。 运行demo前请在AppDelegate.m文件中填入您的账号信息:

NSString * testAppKey = @"******";
NSString * testAppSecret = @"******";

mac_ios_demo

mac_ios_demo给出了移动加速服务(Mobile Accelerator) iOS SDK的使用示例。

httpdns_ios_demo

httpdns_ios_demo给出了HTTPDNS iOS SDK的使用示例。

httpdns_api_demo

httpdns_api_demo给出了HTTPDNS API的使用示例。

mpush_ios_demo

mpush_ios_demo给出了移动推送服务(Mobile Push) iOS SDK的使用示例。

运行demo前请在AppDelegate.m文件中填入您的账号信息:

static NSString *const testAppKey = @"******";
static NSString *const testAppSecret = @"******";

mpush_ios_swift_demo

mpush_ios_swift_demo移动推送服务(Mobile Push) iOS SDK的使用示例。

运行demo前请在AppDelegate.swift文件中填入您的账号信息:

let testAppKey = "******"
let testAppSecret = "******"

feedback_ios_demo

运行demo前请在 YWLoginController.m文件中填入您的账号信息:

static NSString * const kAppKey = @"******";
static NSString * const kAppSecret = @"******";

alicloud-ios-demo's People

Contributors

chenyilong avatar danielhhs avatar homelesser avatar lingmingyb avatar nanpoyhl avatar pengqun avatar perterpon avatar sducodemonkey avatar wanhmr avatar xuyecan avatar

Watchers

 avatar  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.