TV OS Programming

Hi

I was ready the guidelines and some parts are not clear for me, we have a database and we want to show the content of this "text sql database" inside of the app.

Do we need to host the database or can we include it with the bundle. The database is static and its included in all app for all users.

Thanks

If the database is static (read-only) then yes, you can include it in your app bundle, as long as you don't hit the 200 MB app size limit. If it would put you over the limit then you would have to include it as an on-demand resource (ODR) with the baggage that entails (make sure your app doesn't crash & burn if it's not there, and provide a UI to indicate it's being downloaded).

TV OS Programming
 
 
Q