Implementing Monthly Subscription to New Channel
I currently have a developed roku app in progress.
The app consists of 1 brightscript file ("main.brs")
and 3 xml files.
I am having a tough time trying to implement Roku Pay with this app, in order to simply charge a monthly subscription to use it.
I see options such as
- Simple Channel Store
- TVOD
- SVOD
- Authentication Linking Channel
etc..
Really think the ability to use subscriptions would be handled more from Roku's side since the company manages billing users from those apps.
I see samples though github but finding a lot of the code has features like "Sign In, and Sign Up"
along with much more Brightscript code included.
Not sure how to go about a simple implementation where user adds channel, subscribes, and uses the app.
Is it possible to make this work with only using XML?
Which type of subscription would you prefer?