如何将iOS应用程序扩展到tvOS [英] How to extend iOS app to tvOS

查看:212
本文介绍了如何将iOS应用程序扩展到tvOS的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个iOS应用程序,我需要扩展到tvOS。
我找到的所有信息都解释了如何从头开始!
有没有办法将我的应用程序扩展到tvOS,或者我应该用它开始一个新项目?

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:​​
我的问题是:如何扩展我现有的项目以支持tvOS而无需从头开始构建它?

Update1: My question is: How to extend my existing project to support tvOS without building it from scratch?

Update2:
Apple网站上的Jess Bower点数:

Update2: Jess Bower point on Apple's website:


通过在App Store上以
的价格购买应用程序,让客户在iOS和新的
Apple TV上享受他们喜欢的应用程序。

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.

这意味着我们需要在现有项目上创建一个新的捆绑包并启用通用购买,因此它将被视为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.

推荐答案

tvOS SDK基于iOS,但不可互换。与第一台iPad发布时不同,新的Apple TV将无法运行iOS应用程序。

The tvOS SDK is based off of iOS, but is not interchangeable. Unlike when the first iPad was released, the new Apple TV will not be capable of running iOS apps.

电视的AppStore只包含专为tvOS构建的应用程序。

The AppStore for the TV will only include apps built specifically for tvOS.

对于任何希望使用的iOS开发者为Apple TV创建应用程序,我建议您查看新的文档页面: https://developer.apple.com/library/content/documentation/General/Conceptual/AppleTV_PG/index.html#//apple_ref/doc / uid / TP40015241-CH12-SW1

For any iOS developers looking to create apps for Apple TV, I'd recommend checking out the new documentation page: https://developer.apple.com/library/content/documentation/General/Conceptual/AppleTV_PG/index.html#//apple_ref/doc/uid/TP40015241-CH12-SW1

具体来说,请查看继承的iOS框架部分,了解具体内容将从您现有的iOS项目开箱即用。

Specifically, check out the Inherited iOS Frameworks section to give you a sense of what will work out of the box from your existing iOS projects.

这篇关于如何将iOS应用程序扩展到tvOS的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆