Forum Discussion

tvjay's avatar
tvjay
Channel Surfer
11 years ago

Registration channel help

I am having trouble figuring out the registration SDK file. When I first ran the app it downloaded a token and said success but now I can't test it any further cause it has the token and won't try to get a new one. I have tried setting token = 0 or incomplete as various other people have suggested. I also tried calling the deleteRegistrationToken function that exist but that doesn't work either. This is my 5th Roku app and it is driving me nuts. If I can't figure this out, it looks like my days as a Roku developer might be finished.

12 Replies

  • The 'GOT: ' output is what was read from your server. If you think your server is returning a different code then it could be that the Roku has cached the http response, in which case try making the query string unique (e.g. by appending a timestamp to the request).
  • tvjay's avatar
    tvjay
    Channel Surfer
    Well I setup my own virtual server inside my house instead of using my domain.com server and now everything is working like I expect. I wonder what domain.com is/was doing to cause my issues.