Skip to content

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

Notifications You must be signed in to change notification settings

iOSExpertise/CastHelloText-ios

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 47.4%
  • Swift 39.7%
  • HTML 12.5%
  • Ruby 0.4%