Replies: 1 comment
-
Subscriptions are now supported. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As I go through the Roku requirements for Subscriptions and continue with the coding, I've realized that some of you may think that implementing subscriptions in your channel will be a simple task once the wizard code is updated.
Please be forewarned. If you plan to offer subscriptions, please be prepared to add code to the generated code from the wizard.
Given the Roku requirements and the recommended subscription flow, there is no way for me to write the subscription code such that it accommodates all users. At present, you will be required to have a subscription server that provides a REST API that accesses your subscription server to move data to and from your server.
I'll have more info as I get closer to releasing the code. Feel free to comment or ask questions.
Beta Was this translation helpful? Give feedback.
All reactions