You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reference iOS Sender w/ Framework API: CastVideos-ios application shows how to cast videos from an iOS device that is fully compliant with the Cast Design Checklist.
[Optional] Register an application on the Developers Console https://cast.google.com/publish.
You will get an App ID when you finish registering your application. This project uses a published Application ID that
can be used to run the app without using your own ID but if you need to do any console debugging, you would need to
have your own ID.
If you use DRM, you will need to use your own App ID.
Setup the project dependencies in Xcode using Cocoapods, installing the tool if necessary: See this guide.
In the root folder, run pod repo update and then pod install.
Open the .xcworkspace file rather the the xcproject to ensure you have the pod dependencies.
The AppDelegate.swift/AppDelegate.m includes a published receiver App ID so the project can be built and run without a need
to register an ID.
Update this value with your own App ID to use your own receiver to debug and use DRM.
The Info.plist lists the published receiver App ID for NSBonjourServices which is used to discover Cast devices.
Update this value with your own App ID if you are using a custom receiver.
Reference iOS Sender w/ Framework API: CastVideos-ios application shows how to cast videos from an iOS device that is fully compliant with the Cast Design Checklist.