storing into cloud is success but reading from cloud is wrong. what is stored previously in the device its showing same, not showing what stored by other device. In summary roku cloud is not working properly. Please let me know if any further information on this.
Thank you for reporting this issue. We are aware of this issue and are working on a solution that will allow a single, persistent data across devices in the near future. Please keep an eye out for this update.
Hi @roAmanda , perhaps this state of affairs could be shared more widely inside Roku - partners are being pushed quite hard to implement Account Linking and it currently seems impossible.
Hi @roAmanda , this has been mandated for certification and we had planned for dev also, but wasnt expecting this issue to happen, It would be nice to know the expected fix date as the certification deadline is already fixed.
I am trying to implement this and coming across the same issue. This is over 2 years old per this discussion so I’m shocked - is nobody actually using this feature or are we missing something fundamental in the implementation?
I store data in json.channel_data, and I can retrieve it on the same device. On another device registered to the same account, the roku_pucid is the same but I get gibberish back in channel_data. It seems to be escaped with Unicode - are you encrypting it and requiring us to decrypt it? That’s fine - tell us how.
Thank you, I did figure it out. The documentation keeps talking about using “rekey” when you want to test multiple channels on the same device but it should also point out that if you want to test AAL code on 2 devices, both devices need the same DevID and so rekey helps there too. It’s kind of unintuitive without better documentation or step by step samples.