PrestonL / CastHelloText-ios

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HelloText-ios

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.

Dependencies

Setup Instructions (With CocoaPods)

Setup Instructions (Without CocoaPods)

  • Get a Chromecast device and get it set up for development: https://developers.google.com/cast/docs/developers#Get_started
  • Setup the project dependencies in Xcode
  • For each target you want to build, under "Build Settings", add "-ObjC" to "Other Linker Flags"
  • For each target you want to build, under "Build Phases", add the following entries to "Link Binary With Libraries":
    • libc++.dylib
    • Accelerate.framework
    • AudioToolbox.framework
    • AVFoundation.framework
    • CoreBluetooth.framework
    • MediaPlayer.framework

Documentation

Google Cast iOS Sender Overview: https://developers.google.com/cast/docs/ios_sender

References and How to report bugs

How to make contributions?

Please read and follow the steps in the CONTRIBUTING.md

License

See LICENSE

Terms

Your use of this sample is subject to, and by using or downloading the sample files you agree to comply with, the Google APIs Terms of Service and the Google Cast SDK Additional Developer Terms of Service.

Google+

+Google Cast Developers Community on Google+ http://goo.gl/TPLDxj

About

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.

License:Apache License 2.0


Languages

Language:Objective-C 47.1%Language:Swift 39.8%Language:HTML 12.5%Language:Ruby 0.6%