Reputation: 797
We're developing app on Apple TV and we develop under itune enterprise account and we don't use TestFlight we want download ".ipa" from web browser. This solution it's worked on iPad and iPhone but don't work on Apple TV.
We can't download ".ipa" file from our server and install on Apple TV, It don't have the browser for download link.
What is the best solution for resolve on this ?
Upvotes: 3
Views: 14401
Reputation: 114875
To install Enterprise apps on an Apple TV you essentially have two options:
To use the configurator you must pair the Apple TV with your Mac much as you do for Xcode development:
A third option is to use an MDM; This is probably more applicable if you need to deploy to a large number of Apple TVs.
You can enrol an Apple TV using steps 1-4 above and then clicking "Prepare" rather than "Add" and provide your MDM server details. You can also use Apple's Device Enrolment Program (DEP) to permanently link your Apple TV with your MDM.
Upvotes: 5