The current implementation uses “EkoClient.setEkoConfig” method in configuring the Eko SDK Environment as following value: [“sdk_environment”:“https://api.ekomedia.technology/”]
However, the current UIKit version (1.9.2) seems to not have this method anymore. I suspect that the name changes to setDomainKey instead. Does this have the same functionality?
I tried passing in EkoClient.setDomainKey(“https://api.ekomedia.technology”) and it still doesn’t work.
Please advise as this is currently a breaking change. Thank you.