This is a sample mobile application that demonstrates how to make requests to AWS using the iOS SDK.
- Open the
AWSiOSDemo/AWSiOSDemo.xcodeproj
project file in Xcode. - Configure the sample with your AWS security credentials:
- Open the
Constants.h
file. - Modify the
ACCESS_KEY
andSECRET_KEY
definitions with your AWS Credentials.
DO NOT EMBED YOUR CREDENTIALS IN PRODUCTION APPS.
- Open the
- Add the AWS SDK for iOS Frameworks to the sample.
- In the Project Navigator, Right-Click on the Frameworks group.
- In the Menu select Add Files to
AWSiOSDemo
- Navigate to the location where you downloaded and expanded the AWS SDK for iOS.
- Select the following frameworks and click Add:
- AWSRuntime.framework
- AWSS3.framework
- AWSSimpleDB.framework
- AWSSQS.framework
- AWSSNS.framework
- Run the project.