You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Android version of the Hue app (v3.11.0) to detect the emulator v0.8 (listening on port 80). The emulator shows access to /api/nouser/config and that was that. I wonder if this is supposed to work or if I am doing something wrong.
Thx,
AP
The text was updated successfully, but these errors were encountered:
As per the comments on other issues reported in this Repo. The emulator won't be able to connect to an Android or iOS App. You need to hard code the IP of the emulator in the App and then connect to it.
I tried with an Android app, it discovers the emulator in the network and even a log was seen in the emulator for config request but I think the SDK doesn't get the expected response from the emulator and hence it won't show up in the discovery. (I think the SDK needs the IP address but "api/config" request doesn't return the IP)
I'm using Android version of the Hue app (v3.11.0) to detect the emulator v0.8 (listening on port 80). The emulator shows access to /api/nouser/config and that was that. I wonder if this is supposed to work or if I am doing something wrong.
Thx,
AP
The text was updated successfully, but these errors were encountered: