当前位置: 首页 > 软件库 > 云计算 > >

aws-sdk-ios-samples

授权协议 Apache-2.0 License
开发语言 C/C++
所属分类 云计算
软件类型 开源软件
地区 不详
投 递 者 阎知
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

The AWS SDK for iOS Samples

This repository has samples that demonstrate various aspects of the AWS SDK for iOS.

Resources

Please refer to README.md in each sample directory for more specific instructions.

List of Samples

  • 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:

    • Amazon S3
    • Amazon Cognito Identity
  • 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:

    • Amazon AWS IoT
    • Amazon Cognito Identity
  • 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:

    • Amazon Lex
    • Amazon Cognito Identity
  • 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:

    • Amazon Polly
    • Amazon Cognito Identity

Getting Help

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