The "GenericChannelBurst" sample doesn't work in any of the SDKs at or above 4.1.6.
Error in example is on this line:
The "GenericChannelBurst" sample doesn't work in any of the SDKs at or above 4.1.6.
Error in example is on this line:
Hi Jim,
Thank you for the quick response!
I tried this and it doesn't change anything. In fact I had already turned type checking off in the compiler options.
You can see for yourself just by running the GenericChannelBurst example, and then pressing the menu button.
Any other suggestions much appreciated!
Thank you
Sounds like a clear-cut bug to me. Does this also happen on a real device? Either way, I would suggest posting in the CIQ Bug Reports forum.
Also, as type checking is strictly a compile-time thing, it shouldn't be possible to turn on type checking and see additional errors at run time. Conversely, turning off type checking shouldn't remove any run-time errors either. Although ofc, turning off type checking may allow your project to compile in cases when it otherwise wouldn't. (If you turn off type checking, you may see run-time type errors which would've otherwise been caught by the type checker, of course.)