Untitled

mail@pastecode.io avatar
unknown
plain_text
5 months ago
351 B
6
Indexable
CoreLogger.enabled = true
CoreLogger.logLevel = .debug
Zendesk.initialize(
    appId: Constants.ZendeskAppId,
    clientId: Constants.ZendeskClientId,
    zendeskUrl: Constants.ZendeskUrl
)
Support.initialize(withZendesk: Zendesk.instance)
if let support = Support.instance {
    AnswerBot.initialize(withZendesk: Zendesk.instance, support: support)
}
Leave a Comment