Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
RokuKevin
Visitor

Re: Videoplayer fails with Welcome and Registration screens

Your registry is private to any apps signed by the same private key when packaging. So you only have to worry about registry namespace conflicts between apps that you've signed.

If the user cancels service on your site, your site would no longer let the Device Service Token pass the authentication. This is usually implemented in your services by deleting the row with a matching token.

You've got the right idea about having the server side authentication and if not authenticated doRegistration(). This authentication piece is not in the registration example and would need to be added to a real app.

--Kevin
0 Kudos
joetesta
Roku Guru

Re: Videoplayer fails with Welcome and Registration screens

Thanks very much Kevin - I believe I have it all figured out and working today, as per my post here
viewtopic.php?f=34&t=39292#p260593
aspiring
0 Kudos