MadmanDavid
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2018
03:43 PM
Roku Analytics and firmware backwards compatibility
Hi Everyone
I've integrated Roku Analytics which is FW 8.0 and above but we need to maintain backwards compatibility with FW 7.7.3.
Trying to run on an older device the console log prints:
This due to the reference within the manifest
Now, is there a way to have this requirement excluded if the firmware version is < 8.0? I've searched for solutions however there doesn't seem to be a way to execute code within the manifest.
I've integrated Roku Analytics which is FW 8.0 and above but we need to maintain backwards compatibility with FW 7.7.3.
Trying to run on an older device the console log prints:
-------> BS lib provider not found: roku_analytics
This due to the reference within the manifest
sg_component_libs_required=Roku_Analytics
Now, is there a way to have this requirement excluded if the firmware version is < 8.0? I've searched for solutions however there doesn't seem to be a way to execute code within the manifest.