I figured everyone here had some RAF thing they could sideload.
😉 You can try any of my games and wait for an iRoll ad to come along, but it's probably easier to sideload this:
manifest:
title=RAF 2.0 bug
subtitle=SD iRoll
major_version=1
minor_version=0
build_version=1
mm_icon_focus_hd=pkg:/images/IconFocusHD2.jpg
mm_icon_focus_sd=pkg:/images/IconFocusSD2.jpg
mm_icon_side_hd=pkg:/images/IconFocusHD2.jpg
mm_icon_side_sd=pkg:/images/IconFocusSD2.jpg
bs_libs_required=roku_ads_lib
BRS:
Library "Roku_Ads.brs"
Sub RunUserInterface()
screenFacade = CreateObject("roPosterScreen")
screenFacade.show()
adIface = Roku_Ads()
adIface.setContentLength(500)
adIface.setDebugOutput(true)
while true
adIface.showAds(adIface.GetAds())
end while
end Sub
There's only 2 ads available to sideloaded apps - one is an iRoll ad. I could create a private channel to illustrate the bug, but that would require me going into the dev portal and you know how much I love doing that! :lol:
-JT
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.