Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
Re: User actions during In App Purchase processing in Scene Graph
Please see the docs on the ChannelStore node under DoOrder
If the user does not approve the order, the orderStatus field will be set to a ContentNode with fields reflecting the completion status of the command.
if you observe the OrderStatus field of your ChannelStore node, you should be able to see if the value changes. - Joel