This is a sample mobile application that demonstrates how to use SimpleDB to store a high score list using the AWS iOS SDK.
For a more detailed description of the code, please visit this online article.
- Open the
HighScores/HighScores.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
HighScores
- Navigate to the location where you downloaded and expanded the AWS SDK for iOS.
- Select the follwing frameworks and click Add:
- AWSRuntime.framework
- AWSSimpleDB.framework
- Run the project.