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: 
kisuke
Binge Watcher

help for show Request for Information (RIF)

Guys, I'm using RALE for local development and trying to display a Request for Information (RIF) screen using:

 

myChannelStore = CreateObject("roSGNode", "ChannelStore")
myChannelStore.requesteduserdata = "email, first name, lastname, phone"
myChannelStore.command = "getUserData"
 
 

However, nothing happens. can you help me? Do I have to do any configuration that I did not do at https://developer.roku.com/pt-br/developer Or does it not work because I am in a country where Roku Pay is not available?

0 Kudos