Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.09 KB

File metadata and controls

21 lines (18 loc) · 1.09 KB

Running the MessageBoard Sample

This is a sample mobile application that demonstrates how to use Amazon SQS and Amazon SNS to create a message board using the AWS iOS SDK.

For a more detailed description of the code, please visit this online article.

  1. Open the MessageBoard/MessageBoard.xcodeproj project file in Xcode.
  2. Configure the sample with your AWS security credentials:
    1. Open the Constants.h file.
    2. Modify the ACCESS_KEY and SECRET_KEY definitions with your AWS Credentials.
      DO NOT EMBED YOUR CREDENTIALS IN PRODUCTION APPS.
  3. Add the AWS SDK for iOS Frameworks to the sample.
    1. In the Project Navigator, Right-Click on the Frameworks group.
    2. In the Menu select Add Files to MessageBoard
    3. Navigate to the location where you downloaded and expanded the AWS SDK for iOS.
    4. Select the follwing frameworks and click Add:
      • AWSRuntime.framework
      • AWSSNS.framework
      • AWSSQS.framework
  4. (Optional) Setup ""SNS Mobile Push" by following these instructions.
  5. Run the project.