How can i get the device's uuid
-
krystiangorski last edited by
You can read it from GET parameter uid. This uid comes to the root app url like www.myapp.com?uid=345034905
-
youneslalami last edited by
Thanks but i tried to get it like that $id=$_GET['uid'] in my index.php but no variable $_GET['uid'] so please can you give me an example thanks
-
meteorites last edited by
Please remember to run it form the TV Store e.g. from the Develop category (see https://dev.opera.com/tv/testing-your-app-inside-opera-tv-store/). Only then the uid will be passed. It won't work if you will just type application url in the TV Emulator url field for example.