Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
wpinkman
Visitor

ifChannelStore.GetPartialUserData question

The online docs for http://sdkdocs.roku.com/pages/viewpage.action?pageId=3114061#ifChannelStoreSincev43-GetPartialUserDa... ifChannelStore.GetPartialUserData say "Since Firmware version 5.1"

Most of the modern devices I see have a version string that looks something like this:

045.03E04016A

Which I take to mean "5.03". Questions:

1. do a I need a conditional in my code checked against the version to prevent calling a method that is not supported?
2. what am I missing on the version number extraction and/or is the documentation wrong. as it stands it doesn't look like any of the devices I see are 5.1, but that doesn't seem correct.
--andy (channel: Rokagram)
0 Kudos
2 REPLIES 2
TheEndless
Channel Surfer

Re: ifChannelStore.GetPartialUserData question

That is version 5.3. See this thread for more details on parsing the firmware version: viewtopic.php?f=34&t=33697
My Channels: http://roku.permanence.com - Twitter: @TheEndlessDev
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
0 Kudos
wpinkman
Visitor

Re: ifChannelStore.GetPartialUserData question

Thanks for the quick reply. Much appreciated
--andy (channel: Rokagram)
0 Kudos