Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
I want to publish a channel, however, I have permission to publish the movies in Ontario, Canada only. Is there any mechanism in Roku to check the location of the device?
In the developer portal you can select to publish in only one region (i.e. Canada). In code you can query the device channel store country code. Any narrower geolocation than that you will need to have an ip lookup service. Roku does not provide that.
In the developer portal you can select to publish in only one region (i.e. Canada). In code you can query the device channel store country code. Any narrower geolocation than that you will need to have an ip lookup service. Roku does not provide that.