This is a sample application that demonstrates how to integrate Flowplayer iOS SDK in your iOS project.
Find the SDK's latest release here.
If you found any issues or you have any questions, please report them at the issue tracker of this repository.
After downloading this app:
- Open a terminal and
cd
to the location of the project'sPodfile
. - Run
pod install
to fetch the dependencies. - Open
Info.plist
and updated the keyFlowplayerAccessToken
with your access token.