Brightscript Debugger> ai = CreateObject("roAppInfo")
Brightscript Debugger> print ai.GetTitle()
This ALWAYS returns the string "roku". I've tried loading my zip via web interface, eclipse plugin and atom plugin.
Here is my manifest:title=ryan
major_version=1
minor_version=0
build_version=0
mm_icon_focus_fhd=pkg:/images/icon-fhd.png
mm_icon_focus_hd=pkg:/images/icon-hd.png
mm_icon_focus_sd=pkg:/images/icon-sd.png
splash_screen_fhd=pkg:/images/splash-fhd.png
bs_libs_required=roku_ads_lib
ui_resolutions=fhd
There is another developer doing the same thing and it is returning the app name from the mainifest file.
Any idea what is going on? I am using the Roku Ad Framework (RAF) and newest roku stick (device model 3600x). OS ver 7.5.0 (247.50E04099A247.50E04099A)
Futher details can be found here:
https://github.com/veeta-tv/roku-gamp/pull/15