One of the most common (yet simplest) ways of using Amazon Web Services (AWS) is for data storage. If you have created an AWS account as described in the previous chapter, you can follow the guidelines and tutorials found in this chapter to build an iOS app that is integrated with AWS.
To start with, you’ll see how to set up the iOS app and the iOS project that will be integrated with AWS. After that, you’ll see the details of what to do. You can jump back and forth between the iOS app and the AWS project.
Setting Up the iOS App
Because this book builds on your ...