Build an iOS Application
Create a simple iOS application using AWS Amplify
Introduction: Build an iOS Application
Follow step-by-step instructions to build your first iOS application
Overview
In this tutorial, you will create a simple iOS application using AWS Amplify, a set of tools and serverless services in the cloud. As you complete each module, you will initialize a local app using the Amplify Command Line Interface (Amplify CLI), add user authentication, add a GraphQL API and a database to store your data, and update your app to store images.
What you will accomplish
This tutorial will walk you through the steps to create a simple iOS application. You will learn to:
- Manage a serverless cloud backend from the command line
- Add auth to your app to enable sign-in and sign-out
- Add a GraphQL API, database, and storage solution
- Share your backend between multiple projects
AWS experience
Beginner
Time to complete
60 minutes
Cost to complete
Free Tier eligible
Requires
- An AWS account* with at least these permissions (an Administrator role or root account will also work, but we recommend a least-privileges approach).
- Node.js v 14.x or more recent.
- Xcode 15.x or more recent, available on the Mac App Store.
- AWS Command Line Interface AWS CLI 2.x or more recent.
[*]Accounts created within the past 24 hours might not yet have access to the services required for this tutorial.
Services used
Last updated
January 24, 2024
Modules
This tutorial is divided into five short modules. You must complete each module in order before moving on to the next one.
- Create an iOS App (10 minutes): Create an iOS app and test it in the iPhone simulator.
- Initialize Amplify (10 minutes): Initialize a local app using AWS Amplify.
- Add Authentication (10 minutes): Add auth to your application.
- Add a GraphQL API and Database (20 minutes): Create a GraphQL API.
- Add the Ability to Store Images (10 minutes): Add storage to your app.
You will be building this iOS application using the Terminal and Apple's Xcode IDE.