Giter Club home page Giter Club logo

alicloud-ios-demo's Introduction

alicloud-ios-demo

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

oss_ios_demo

oss_ios_demo给出了OSS iOS SDK的使用示例。 运行demo前请在AliyunOSSDemo.m文件中填入您的账号信息(仅用于测试,其他鉴权模式参考demo中的credential实现):

NSString * const AccessKey = @"**************";
NSString * const SecretKey = @"**************";

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的使用示例。 运行demo前请在AppDelegate.m文件中填入您的账号信息:

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

httpdns_ios_demo

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

httpdns_api_demo

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

alicloud-ios-demo's People

Contributors

lingmingyb avatar nanpoyhl avatar pengqun avatar sducodemonkey avatar xuyecan avatar

Watchers

 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.