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
kindly share if you got any answer I am facing same issue.
Thanks in Advance
hello, in my case it was a roku bug, I had to contact the support to solve it.
good luck!
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.
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.