Marc Bauer

Results 27 comments of Marc Bauer

I cannot reproduce this with the latest CocoaPods version (1.11.3) and the latest Xcode version (13.3). Tested in an Obj-C only and Swift project. Which versions are you using and...

Hi there, It’s been a while since this issue was reported, and we’ve launched a new major version of the Crisp SDK since then. The updates might have resolved the...

Thanks @zzzzjjj. When the chat cannot be started we're printing an error to the Xcode debug console. Could you look out for a message that looks similar to this: ```...

@Uniphix This has been fixed in the 1.0.9 release. Let us know if you still experience any problems. Thanks!

Hi @mxmk. If you can reproduce the problem: Are you seeing any output on the console? If not, could you please try with the latest release first? Thanks!

Hi everyone, It’s been a while since this issue was reported, and we’ve launched a new major version of the Crisp SDK since then. The updates might have resolved the...

Hi everyone, It’s been a while since this issue was reported, and we’ve launched a new major version of the Crisp SDK since then. The updates might have resolved the...

Hi everyone, It’s been a while since this issue was reported, and we’ve launched a new major version of the Crisp SDK since then. The updates might have resolved the...

Hi @JMCPH. It looks like you're accessing the CrispSDK from a background thread. The SDK is not supposed to be thread-safe. Can you please make sure that you're calling into...

At the moment it is only safe to interact with the SDK from the main thread. I understand your confusion, because it doesn't look like you're interacting with something UI...