Developing applications for Apple TV
Asked Answered
S

5

8

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?

Shipshape answered 13/9, 2011 at 13:53 Comment(3)
Which version of Apple TV ? The current one (very small) or the older, larger one ?Simmer
Is it possible in any of the versions?? Either of the version is fine.Shipshape
I believe there was a jailbreak for the original Apple TV which allowed you to run your own code etc - I'm not sure about the new one.Simmer
S
5

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.

  1. To learn more about tvOS start with tvOS for developers.

  2. You need tools - SDKs and other useful software is here.

  3. Check out tvOS Developer Library - browse documentation and code samples.

  4. When you got stuck ask on stackoverflow, tag your question with tvOS tag. You might also find help on Apple Developer Forum.

  5. Finally, there is lots of tvOS tutorials, just google them.

Scup answered 5/11, 2015 at 9:18 Comment(0)
T
4

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).

Timekeeper answered 23/2, 2012 at 13:35 Comment(0)
G
4

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

Gretagretal answered 7/5, 2012 at 9:15 Comment(0)
K
0

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)

Kikuyu answered 9/10, 2015 at 7:44 Comment(0)
S
0

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

Specs answered 28/4, 2016 at 13:14 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.