
RokuKevin
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2011
02:20 PM
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
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
joetesta
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2011
04:58 PM
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
viewtopic.php?f=34&t=39292#p260593
aspiring
- « Previous
-
- 1
- 2
- Next »