Hi everyone,
We have a customer who requires a CRM integration with IE11
The best way would be to use the platform api JS with implicit auth.
However when we try to include the platform api js in IE11, we get syntax errors.
(while it works fine in Chrome or Firefox)
I've found a couple thread on this forum with similar issues, and the "solution" was to migrate to Chrome:
However our Customer cannot move from IE11 at the moment.
Our understanding is that IE11 is currently supported by PureCloud
and will still be supported for API, authentication and such,
even after the web app EOL support in december as stated in this note:
https://help.mypurecloud.com/articles/deprecation-internet-explorer-11-support/
If so which version of the platform API JS do we have to use to get it to work in IE11 ?
We've tried different version of the platform api JS so far:
from the regular cdn served versions, github, and github beta versions,
even went back to older sdk versions like v28
but they all give errors in IE11.
Our understanding is that the current platform api JS is using ES6
while IE11 is still stuck at ES5
If so has the compatibility with IE11 been broken recently when migrating to the ES6 format
or has it ever actually worked in IE11 ?
If it has worked in the past, what is the last version of the platform API JS to work with IE11 ?
We have also considered converting the api to ES5 through third parties compilers like Babel, while we may get it to work , our guess is that it wouldn't really be supported by Genesys if we have issues with it, so we would rather not do that
Thanks for your time, and for any help or information
Regards.