sj_dev
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2020
04:15 PM
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 ?
3 REPLIES 3
renojim
Community Streaming Expert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2020
10:01 PM
Re: What affects channel package size?
Code and XML is insignificant. It's the images, audio files (or any other media) and fonts (if any) that affect package size.
Roku Community Streaming Expert
Help others find this answer and click "Accept as Solution."
If you appreciate my answer, maybe give me a Kudo.
I am not a Roku employee.
Help others find this answer and click "Accept as Solution."
If you appreciate my answer, maybe give me a Kudo.
I am not a Roku employee.
sj_dev
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2020
05:09 AM
Re: What affects channel package size?
thanks @renojim
sj_dev
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2020
09:33 AM
Re: What affects channel package size?
Also one more query, does creating too many roSGNode instead of using associative array impacts memory consumption while running the application on the device.