This repository has samples that demonstrate various aspects of the AWS SDK for iOS.
Please refer to README.md in each sample directory for more specific instructions.
S3TransferUtility-Sample (Swift, Objective-C). This is a sample mobile application that demonstrates how to use the Amazon S3 PreSigned URL Builder to download / upload files in background. Involved AWS Services are:
IoT-Sample (Swift). This is a sample mobile application that demonstrates how to publish and subscribe to data using AWS IoT. Involved AWS Services are:
Lex-Sample (Objective-C, Swift). This is a sample mobile application that demonstrates how to use text to text chat and voice to voice chat using Amazon Lex. Involved AWS Services are:
Polly-Sample (Swift). This is a sample mobile application that demonstrates how to get the list of voices and synthesize speech using Amazon Polly. Involved AWS Services are:
We use AWS iOS SDK GitHub issues for tracking questions, bugs, and feature requests.
概述 一 SDK导入及Xcode配置 二 标准接口快速集成 三 扩展功能 四 基本的事件监听 五 设置加密方式 六 语音识别功能 七 推送集成 八 版本更新说明 九 常见错误码 十 SDK下载
iOS Objective-C SDK iOS Swift SDK
手机推拉流iOS SDK文档 目录 如何接入 推流配置 拉流步骤 错误码说明 SDK和Demo下载 如何接入 环境需求: iOS系统版本8.0及以上 机器型号 iPhone 5S及以上 CPU架构支持 ARMv7、ARMv7s、ARM64 集成工具 Xcode8.0及以上 bitcode 关闭 接入步骤 将IJKMediaFramework.framework、MDLiveEngine.frame
SDK-iOS 能开发基于 ibeacon 的应用程序。目前我们的 iOS SDK,主要提供以下功能: 扫描周围的传感器设备 读取传感器设备的参数 上传传感器设备状态(电池、UMM等)至 SENSORO云平台 设置云子传感器
我有一个iOS应用程序上传/下载到/从亚马逊的S3。我想把亚马逊的S3换成我自己的Minio Cloud。 我遵循了这里的快速教程https://github.com/Minio/Minio,我的本地主机上运行了Minio,并且我可以使用s3cmd放置文件(https://docs.Minio.io/docs/s3cmd-with-minio)。 不幸的是,我无法在我的iOS应用程序中实现它。 t