Yes, you can have a free section in a pay channel, and it doesn't require you to have a free and paid channel. Note that if you want to target our Legacy devices, in-channel subscriptions are not supported. But for all our other devices, you can do this. Create your channel with the free content, and for the paid content, in order to watch it, when the user selects that content, you will use the roChannelStore component to check if the user has a valid subscription, and if not, you will trigger the purchase dialog, otherwise, you will allot the user to watch the content.
roChannelStore InfoDeveloper Blog articleHope that helps. We encourage you to use inChannelPurchase and subscription as opposed to using the In-Place upgrade method described in the previous post.
- Joel