Join us on the Countly Community Discord Server! Engage in discussions, share your feature ideas, and learn from fellow Countly users to build exceptional apps and experiences.
You need to add it before the .start method call btw but error seems strange. If it can find other Countly symbols, it should find that string CLYCrashReporting.
Comments
Yes you can. Here is how to do it with iOS SDK.
Thanks for the idea! I tried what the article said and it gave me this error. I am not sure what I am doing wrong.
Is it working OK without adding that line?
Yep, it works fine without that line.
Also, it works if I change the setting to CLYPushNotifications
You need to add it before the .start method call btw but error seems strange. If it can find other Countly symbols, it should find that string CLYCrashReporting.
It could be this part of the CountlyConfig.m file
Also, I am not sure what you mean by .start method? I don't have one?
Thanks for you help :)
Oh, I am sorry. I assumed you wanted this in iOS. It is not available in OSX:
https://github.com/Countly/countly-sdk-ios/blob/efa41a3fe4da63e41fd0cdec8e836b5e0cf0d982/CountlyConfig.m#L11-L20
That's ok, thanks for looking into it :)
With start method, I meant this one:
Countly.sharedInstance().start(with: config)
You need to make all your changes to the config object before calling this.
Oh I see, thanks for the clarification
Sure. Enjoy Countly :).
Please sign in to leave a comment.