I have an iOS app that I need to extend to tvOS. All the information that I found are explaining how to start from scratch! Is there any way to extend my app to tvOS or I should start a new project with it?
Update1: My question is: How to extend my existing project to support tvOS without building it from scratch?
Update2: Jess Bower point on Apple's website:
Empower customers to enjoy their favorite apps on both iOS and the new Apple TV with a single purchase by enabling universal purchase for your app on the App Store.
Which means that we need to create a new bundle on our existing project and enable "universal" purchase so it will count as one app on App Store.
UIUserInterfaceIdiom
,UIUserInterfaceIdiomTV
. – Felixfeliza