Forum Discussion

sj_dev's avatar
sj_dev
Binge Watcher
5 years ago

What affects channel package size?

Hi

 

New to the Roku development. Its mentioned that package size should be less than 4mb for getting channel to approve.

 

Wanted to know what affects channel package size?

 

My question is naive but since coming from different platform want to understand the specifics of it.

 

Images, bundle files must affect the size but do also the number of brs and xml files matters ?

  • renojim's avatar
    renojim
    Community Streaming Expert

    Code and XML is insignificant.  It's the images, audio files (or any other media) and fonts (if any) that affect package size.

    • sj_dev's avatar
      sj_dev
      Binge Watcher

      Also one more query, does creating too many roSGNode instead of using associative array impacts memory consumption while running the application on the device.