Front-End Web & Mobile
Tag: AWS Swift
One-time Password Authentication with the Amplify Libraries for Swift
June 27, 2024: This blog post covers Amplify Gen 1. For new Amplify apps, we recommend using Amplify Gen 2. You can learn more about Gen 2 in our launch blog post. There are many types of authentication flows for different apps, but using a one-time password (OTP) is one of the more mainstream authentication […]
Using Async/Await with AWS Amplify Libraries for Swift
With the release of the AWS Amplify Libraries for Swift, one of the most anticipated features is now generally available to iOS and macOS developers, async/await. Async/await is part of structured concurrency which allows developers to write asyncronous code in an easy-to-read manner by reducing the amount of callback blocks or chained operations with reactive frameworks […]
Introducing the AWS Amplify Library for Swift
The Amplify iOS team is announcing the release of version 2.0.0 of the Amplify Library for Swift. Please use this GitHub repo to inform the Amplify iOS team about features or issues, or visit the Amplify Discord server under the #swift-help channel. Highlights Below is a high-level breakdown of the features we are announcing with […]
AWS Mobile SDK for iOS version 2.5.0 – Improvements and changes to Swift support
What Version 2.5.0 of the AWS Mobile SDK for iOS introduces better compatibility for a Swift 3 migration. This blog walks through improvements and breaking changes with this SDK release that are relevant for Swift developers. When you open your legacy Swift 2.x project with Xcode 8.0 for the first time, you will be prompted […]