This repository contains sample apps which use the Amazon IVS Player iOS SDK.
- BasicPlayback: This is the most basic example of how to get started with the SDK.
- CustomUI: This is a more advanced example that shows how to build a custom UI on top of the SDK.
- QuizDemo: This is a trivia game example in which the questions are sent over timed metadata embedded in the stream.
- Clone the repository to your local machine.
- Ensure you are using a supported version of Ruby, as the version included with macOS is deprecated. This repository is tested with the version in
.ruby-version
, which can be used automatically with rbenv. - Install the SDK dependency using CocoaPods. This can be done by running the following commands from the repository folder:
- Open AmazonIVSPlayerSamples.xcworkspace.
- You can now build and run the projects in the simulator.
This project is licensed under the MIT-0 License. See the LICENSE file.