tvOS Bootcamp

tvOS Bootcamp

This bootcamp is for iOS developers, who are willing to develop apps for the tvOS platform.

Apple TV (4th gen) runs on tvOS, which inherits many iOS frameworks & APIs, it also has a few frameworks specific to tvOS.

tvOS applications could be created in two way:

  1. TVML apps: Apple TV makes it easier to create client-server apps, whose primary purpose is to stream media, using web technologies such as HTTPS, XMLHTTPRequest, DOM, and JavaScript. You use Apple’s custom markup language, TVML, to create interfaces, and you specify app behaviors using JavaScript. The TVMLKit framework provides the bridge between your native code and the JavaScript code in your user interface. These types of apps are not the focus of this bootcamp as there is quite a steep learning curve for iOS developers due to the heavy use of web technologies. To learn more about this, please go through the official Apple documentation: https://developer.apple.com/documentation/tvml

For this bootcamp, we would be building a native video streaming app (OTT) using Swift language.

Before we start, let’s have a look at the resulting app.

Home Screen
Home Screen
Movie/Series Detail Screen
Movie/Series Detail Screen
Player
Player

Architecture:

To make this bootcamp easier to follow, this bootcamp is designed to be Architecture-agnostic i.e. it will only focus on the core concepts rather than following any specific architecture like MVP, MVVM etc.

Source Code:

Entire source code of this bootcamp is hosted on the following Git repository:

https://github.com/atulkhatri/tvos-bootcamp

Topics:

This bootcamp will cover the following topics:

  1. Creating a tvOS app from scratch

Now that we know the requirements, let’s begin the first topic on the next part of this blog

https://atulkhatri.medium.com/creation-of-a-tvos-app-from-scratch-6a7913408045

--

--

Software Engineer (iOS) @ Meta | Tech Enthusiast | Learner

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store