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 ?
Code and XML is insignificant. It's the images, audio files (or any other media) and fonts (if any) that affect package size.
thanks @renojim
Also one more query, does creating too many roSGNode instead of using associative array impacts memory consumption while running the application on the device.