aws-samples / amazon-ivs-player-ios-sample

This repository contains sample apps which use the Amazon IVS Player iOS SDK.
http://docs.aws.amazon.com/ivs/
MIT License
36 stars 9 forks source link

Amazon IVS Player iOS SDK Sample Apps

This repository contains sample apps which use the Amazon IVS Player iOS SDK.

Samples

More Documentation

Setup

  1. Clone the repository to your local machine.
  2. 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.
  3. Install the SDK dependency using CocoaPods. This can be done by running the following commands from the repository folder:
    • bundle install
    • bundle exec pod install --repo-update
    • For more information about these commands, see Bundler and CocoaPods.
  4. Open AmazonIVSPlayerSamples.xcworkspace.
  5. You can now build and run the projects in the simulator.

License

This project is licensed under the MIT-0 License. See the LICENSE file.