mautilus / sdk

MAUTILUS SmartTV SDK
BSD 3-Clause "New" or "Revised" License
99 stars 43 forks source link

Find the uuid in LG webos tv is not correct,it is just the app name,not the device uuid. #10

Closed kingctan closed 8 years ago

kingctan commented 8 years ago

Find the uuid in LG webos tv is not correct,it is just the app name,not the device uuid. How to get the device id on LG webos tv ? should be unique. Thanks.

stenlik commented 8 years ago

LG webOS devices do not have unfortunately fixed UUID available. You have to generate it and save to the cookies of your application + handle the cookies expiration.

stenlik commented 8 years ago

Hi,

Did the answer help you? If yes please close the issue.

Thanks Mautilus SmartTV SDK Team

kingctan commented 8 years ago

OK,thanks.