How to play Keynote presentation on TvOS app?

Hello! I am working on developing a TvOS app. One of the tabs I have is a Presentation in Keynote (.key) what would be the best way to program this into my app? So far the only thing I can think of is exporting into Quicktime and using video files. However, I want to be in control of the presentation. The PDF conversion would take away my animations.

Replies

Exporting slides would work: https://developer.apple.com/documentation/tvmljs/slideshow - But those too would kill your animations.


If they're a must, you may need to commit to animations via UIKit: https://developer.apple.com/videos/play/wwdc2017/230/


I suppose it all depends on how much work you're willing to invest.