I've got the following code in my test application:
videoScreen.AddHeader("x-roku-reserved-dev-id", "")
How do I find out the value of "x-roku-reserved-dev-id" ?
I could inspect the headers sent in the request on the server but I was wondering if there is an easier way.
I've seen some posts that suggest going to the installation page, clicking on Utilities, uploading the file then inspecting it will give the developer ID of the application but I'm not uploading a package file, I'm just side-loading my application as a zip file at the moment.
Any suggestions?
Thanks