Skip to content

lai3d/alicloud-ios-demo

 
 

Repository files navigation

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 = @"******";

About

Demos for AMS iOS SDKs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 93.1%
  • C 4.3%
  • Swift 2.5%
  • Ruby 0.1%