Can't use library from Objective-C

Issue #10 on hold
Steven Merel created an issue

I'm trying to use your library from Objective-C (our codebase has a lot of C++ code, and it's much easier to interoperate from Objective-C/C++). I found that the MovesenseService.startScan() method is not available from ObjC; I think it's because both the return value and the parameter are not representable in Objective-C.

Comments (3)

  1. Log in to comment