I am an iPhone developer interested in developing applications for Apple TV. Does Apple provide a SDK for the Apple TV? If I can develop for the Apple TV how do I install the SDK on my Apple TV?
tvOS
The new Apple TV (4th generation, 2015) runs tvOS. It features an AppStore, allowing third-party app developers to release their own apps on the platform. tvOS is based 95% on iOS 9 and the rest being adaptions to optimize it for the TV.
Creating tvOS apps with the tvOS SDK.
tvOS leverages many of the same frameworks, technologies, and concepts that you are already familiar developing with for iOS.
To learn more about tvOS start with tvOS for developers.
You need tools - SDKs and other useful software is here.
Check out tvOS Developer Library - browse documentation and code samples.
When you got stuck ask on stackoverflow, tag your question with tvOS tag. You might also find help on Apple Developer Forum.
Finally, there is lots of tvOS tutorials, just google them.
There is currently no way to develop applications specifically for Apple TV. You can, however, write an iOS (iPhone/iPad) app that leverages Apple TV as a display. There are several games that do this already. They allow you to output a display to the TV and have a different interface on the iOS device (like controls).
There is actually a open source tool chain for making apps for Apple tv2/3 but remember that Apple officially doesn't support it.
I don't know what Apple think about iOS developers that uses this toolchain and release apps (like fire core does).
And one more thing, your Apple TV must be Jailbroken in order to run these apps.
Have a look here for code examples
Apple has released new SDK named as TVos for developing AppleTV Applications. You can easily develop Apps on Swift,Objective C and TVML & TVJS(JS and XML based languages only for Apple TV)
Since the question is from 2011, I will assume that you were asking about the Apple TV 2. Apple has to invite companies to develop apps for the 2nd and 3rd generation Apple TVs. With the 4th generation Apple TV, anybody with a developer account could make apps for the Apple TV. Check here for more info
© 2022 - 2024 — McMap. All rights reserved.