Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
I have data being written to registry using roRegistrySection in my apps. There are multiple apps (different names, similar code) in production. It would appear that the registry is being shared in some capacity between the two. It was my understanding that production apps can't read registry written by others. It's reproducible.
Am I wrong about the sandboxing of production apps? If not, what could cause these registration overlaps?
Alternately you could use different key/section names for each channel using the same devID... 🙂 But then you will run out of space sooner as there is a set total limit of space to use.
"johnmarsden" wrote: Different apps with the same genkey/signature.
The registry is unique per "developer ID" (genkey-signature), not per app. That is by design, to allow different apps under the same signer to share registry. Either use different key or different registry section per app. See https://sdkdocs.roku.com/display/sdkdoc/roRegistry