tvos - client server app

Which one is the recommended approach for creating client-server app, TVML framework or tvOS native development?

Also is there any advantage for using TVML framework?

Replies

TVML includes pre-built templates and styles that follow Apple's guidelines and enables app development using JavaScript and XML.

A developer using TVML is also able to update their apps faster and easier by updating the JS/XML consumed by the app, as opposed to uploading a new binary to the store.