Hi all,
I’ve been running my app on CIQ 3.4+ devices and am now trying to port it to CIQ 3.3.
Unfortunately, I get a runtime error when starting the app (e.g., on Edge 830), and it’s hard to trace:
Error: Unexpected Type Error
Details: Failed to start CIQ Application
Stack:
So there’s no stack trace. The crash happens right after returning from getInitialView()
.
What I’ve checked so far:
-
Verified that
String.substring
usage matches the CIQ 3.3 definition.
Does anyone know of other CIQ 3.3 limitations or gotchas that could cause this?
Thanks,
Robert