Automatic Account Linking
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.
example:
Device 1
{
change: <Component: roAssociativeArray>
focusable: false
focusedChild: <Component: roInvalid>
id: ""
channelID: "dev"
errorCode: ""
json: "{
"channel_data" : “device 1",
"error" : null,
"roku_pucid" : "f3xxxxxx-xxxx-xxxx-xxxx-xxxxxxxxx67f",
"token_type" : "urn:roku:pucid:token_type:pucid_token"
}
"
publisherDeviceID: "13xxxxxx-xxxx-xxxx-xxxx-xxxxxxx5914f"
status: 0
}
Device 2
{
change: <Component: roAssociativeArray>
focusable: false
focusedChild: <Component: roInvalid>
id: ""
channelID: "dev"
errorCode: ""
json: "{
"channel_data" : “device 2",
"error" : null,
"roku_pucid" : "f3xxxxxx-xxxx-xxxx-xxxx-xxxxxxxxx67f",
"token_type" : "urn:roku:pucid:token_type:pucid_token"
}
"
publisherDeviceID: "0axxxxxx-xxxx-xxxx-xxxx-xxxxxxxx80c"
status: 0
}
- channelID: dev
- status: 0
"roku_pucid" is same in both the devices but still device2 is not reading what is stored by device1