ActiveLook / demo-app

ActiveLook demo app using SDK
https://www.activelook.net/
7 stars 5 forks source link

Where can I get a token to run this app? #2

Closed sw5813 closed 1 year ago

sw5813 commented 1 year ago

It looks like the latest update to this demo app requires an ActiveLook SDK token- where can I get this token?

SylvainRomillon commented 1 year ago

I will add it to the readme. This field needs to be left blank by default. The SDK Token is only useful for (and provided to) eyewear partners developing their own ActiveLook application. It allows the partner application to be authenticated by the ActiveLook update server and to update Firwmware and / or system configuration (Alook) onto any ActiveLook-powered eyewear. Leaving the field blank will allow app compilation without requiring an access to the update server.

sw5813 commented 1 year ago

Deleting the "ACTIVELOOK_SDK_TOKEN =" line from the Config works for me and I'm able to run the demo app- thanks!