Unplugging power - Roku XS for 24 hours +

Hi, has anyone seen an issue with a Registered Roku xs asking for the registration code again after the Roku has been powered off over 24 hours? I have tried this 2 times and see the same issue. The registry has the info it needs each time I access my channel to view content and check billing status. Is the registry loosing its memory somehow? I don’t want my customers to experience this when I launch. When I add the code back it allows viewing as billing is already checked if paid or not. I have the part where it writes to the registry here.

sec.Write("regid", RegID)
    sec.Write("uid", GetUserID(RegID))
    sec.Flush()

If this is the dev app, then yes, I’ve seen that happen. It doesn’t happen however with apps installed as private or public official channels.

Thanks, good to know as it is a Dev app and yet to become a Private or Public channel.

DA