Hi,
I'm moving from testing via the simulator to testing with a wireless setup, and I am having some problems. The system worked just fine up until I went from a TETHERED connection to WIRELESS.
I want to register for application events and the code terminates in the outlined line of the code snippet in the picture attached. (the code is based on having only one device connected).
mApp shows u as "" when debugging, as seen in the picture, and has a UNKNOWN status.
mApp is declared as follows:
private IQApp mApp;
String iqAppID = "550399c206ba496195222351d11c256a";
In onCreate: mApp = new IQApp(iqAppID); Anyone had similar problems when testing? community.garmin.com/.../1273852.jpg community.garmin.com/.../1273854.jpg