This Hello Text demo application shows how an iOS sender application can send and receive text messages. For simplicity this app is not fully compliant with the UX Checklist.
- iOS Sender API library : can be downloaded here at: https://developers.google.com/cast/docs/downloads/
- Get a Chromecast device and get it set up for development: https://developers.google.com/cast/docs/developers#Get_started
- Host the receiver/receiver.html on your web server (You can use Google Drive to host your files: https://googledrive.com/host/0B716ywBKT84AMXBENXlnYmJISlE/GoogleDriveHosting.html)
- Register an application on the Developers Console http://cast.google.com/publish. Select the Custom Receiver option and specify the URL to where you are hosting the receiver.html file. You will get an App ID when you finish registering your application.
- Setup the project dependencies in xCode
- In HTGCViewController.m, replace @"YOUR_APP_ID_HERE" with your app identifier from the Google Cast Developer Console. When you are done, it will look something like:
- static NSString *const kReceiverAppID = @"1234ABCD";
Google Cast iOS Sender Overview: https://developers.google.com/cast/docs/ios_sender
- Cast APIs: https://developers.google.com/cast/
- Google Cast Design Checklist http://developers.google.com/cast/docs/design_checklist
- If you find any issues, please open a bug here on GitHub
- Question are answered on StackOverflow
Please read and follow the steps in the CONTRIBUTING.md
See LICENSE
+Google Cast Developers Community on Google+ http://goo.gl/TPLDxj