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: 
danzzz
Reel Rookie

transactions not showing for test users

hi, I am trying to add transactions to my channel following the roku tutorial.
the whole process go fine, but then the transactions never appear in the test user panel.

(there are some received when checking purchases in the code)

what might be the problem?

thanks, best, dan

0 Kudos
4 REPLIES 4
hamza061
Binge Watcher

Re: transactions not showing for test users

kindly share if you got any answer I am facing same issue.

Thanks in Advance

0 Kudos
danzzz
Reel Rookie

Re: transactions not showing for test users

hello, in my case it was a roku bug, I had to contact the support to solve it.

good luck!

0 Kudos
hamza061
Binge Watcher

Re: transactions not showing for test users

Thanks for response.

I just uploaded a package in beta channel and after static analysis I get to know that there is an error that says

"According to the Monetization channel properties page, your channel is offering in-channel purchases, but no Roku Pay BrightScript code was found in your channel."

how can that be solved?

I have copied code from rokudev github that is in this app. and while sideloading channel i can perform purchase using test user account.

0 Kudos
danzzz
Reel Rookie

Re: transactions not showing for test users

sorry I am pretty much disconnected from roku development right now.

but from the error message you should either disable purchases in the channel configuration or add some code that would handle them, I guess.

when I was working on it I used the code from the test app as the base
https://github.com/rokudev/samples

I hope it helps.

0 Kudos