Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello fellow Qlikers
I have developed a Qlik Sense extension that works without issues in QS SaaS / QS Mobile / QS Enterprise on Windows.
However, I have a problem specific to the Qlik Sense Mobile app (SaaS version in this case) that occurs when accessing a Qlik App in offline mode.
In particular, when using the app in offline mode, my extension simply doesn't load: I get the classic "this extension is not available in the cloud: <extension name>" message on a red background.
So my question is, how can I possibly debug this? There are no dev tools in the mobile app from where I can see the javascript console to check for errors, or any other useful diagnostic tool. I tried enabling the "detailed diagnostics" switch in the app and exporting the logs, but those are just qlik engine logs, they don't seem to contain anything related to the frontend side of things, which is what I would need to check.
Any ideas on how to approach this?
@master_t - does your extension reach out to any other services?
Hello @jprdonnelly , I'm very sorry for the late reply, I had forgotten about this issue (which I'm still having).
To answer your question: the extension does not access any other external services, although it does call the Qlik Sense backend API (for example to evaluate expressions using a call like: backendApi.model.app.evaluate(...) )