Front-End Web & Mobile

Tag: iOS

DynamoDB on Mobile – Part 6: Global Secondary Indexes

Version 2 of the AWS Mobile SDK This article and sample apply to Version 1 of the AWS Mobile SDK. If you are building new apps, we recommend you use Version 2. For details, please visit the AWS Mobile SDK page. This content is being maintained for historical reference. In Part 4 of our series, […]

DynamoDB on Mobile – Part 5: Fine-Grained Access Control

In previous posts in this series (Parts 1, 2, 3, and 4), we discussed how we can read from and write to an Amazon DynamoDB table using the AWS Mobile SDKs. In this post, we will discuss one way we can secure the data accessible from individual mobile devices. A User Data Table Revisited In […]

Simplifying Token Vending Machine Deployment with AWS CloudFormation

Managing credentials in mobile apps is an important concept to get right. Embedding credentials directly into your app is not secure and can lead to your credentials becoming compromised. Two methods we recommend are to use a token vending machine (TVM) or to use web identity federation. Both of these methods provide your app with […]

Using Different AWS Regions with the AWS Mobile SDKs

Version 2 of the AWS Mobile SDK This article and sample apply to Version 1 of the AWS Mobile SDK. If you are building new apps, we recommend you use Version 2. For details, please visit the AWS Mobile SDK page. This content is being maintained for historical reference. The services supported by the AWS […]

New AWS Mobile SDKs Release 1.7.1

We have just released a new version of the AWS Mobile SDKs. The individual SDKs for version 1.7.1 can be downloaded from the following pages: AWS SDK for iOS AWS SDK for Android For iOS, this release introduces support for global secondary indexes in Amazon DynamoDB, updates for Amazon EC2 with support for the latest […]

Download, Pause and Resume with the S3TransferManager for iOS

Version 2 of the AWS Mobile SDK This article and sample apply to Version 1 of the AWS Mobile SDK. If you are building new apps, we recommend you use Version 2. For details, please visit the AWS Mobile SDK page. This content is being maintained for historical reference. The S3TransferManager class in the AWS […]

New AWS Mobile SDKs Release 1.7.0

We have just released a new version of the AWS Mobile SDKs. The individual SDKs for version 1.7.0 can be downloaded from the following pages: AWS SDK for iOS AWS SDK for Android For iOS, this release adds support for Amazon Simple Notification Service’s new Mobile Push APIs and resolves a number of issues reported […]

Creating Mobile Apps with Dynamic Content Stored in Amazon S3

Version 2 of the AWS Mobile SDK This article and sample apply to Version 1 of the AWS Mobile SDK. If you are building new apps, we recommend you use Version 2. For details, please visit the AWS Mobile SDK page. This content is being maintained for historical reference. Native mobile apps allow image files […]

Amazon DynamoDB on Mobile – Part 4: Local Secondary Indexes

Version 2 of the AWS Mobile SDK This article and sample apply to Version 1 of the AWS Mobile SDK. If you are building new apps, we recommend you use Version 2. For details, please visit the AWS Mobile SDK page. This content is being maintained for historical reference. In our previous posts (Part 1, […]

Clock Skew Fix

Version 2 of the AWS Mobile SDK This article and sample apply to Version 1 of the AWS Mobile SDK. If you are building new apps, we recommend you use Version 2. For details, please visit the AWS Mobile SDK page. This content is being maintained for historical reference. Clock Skew Adjustment Previously, we showed […]