Hi,
We recently build the release 1.1.0 for Iotivity and are using the
deviceDiscoveryClient and deviceDiscoveryServer sample apps.
We are testing the apps on a Nexus 5 running Android 6.0 and a Moto g3 running
Android 5.1.1.
Running the deviceDiscoveryServer we are able to make a call to
OcPlatform.registerDeviceInfo(deviceInfo) without causing the server app to
crash.
However when we run the deviceDiscoveryClient it will crash the server app when
making a call to
OcPlatform.getDeviceInfo("",
OcPlatform.WELL_KNOWN_DEVICE_QUERY,
EnumSet.of(OcConnectivityType.CT_DEFAULT),
this);
The onDeviceFound() will not be reached in the client app.
Any idea on how to fix this issue either on the app side or on Iotivity side?
Thanks,
Neil.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20160517/b9e10038/attachment.html>