We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xcode 13
pod 'ZohoDeskPortalCore' pod 'ZohoDeskPortalServices'
ZohoDeskPortalSDK.initialize(orgID: "orgId", appID: "App id",dataCenter: ZDPDataCenter.US)
ZohoDeskPortalSDK.login(withUserToken: zohoDictionary?["AccessToken"] ?? "") { isLogin in if(isLogin){ DispatchQueue.main.async { ZDPortalHome.show(withConfiguration: config, andTitle: "XPENCE", navigationMode: .present) } }else{ result(FlutterError(code: "400", message: "Auth error", details: "false")) } }
"✅✅✅ Deleted batch of entity CDKBCategory successfully" "✅✅✅ Context saved successfully" "✅✅✅ Deleted batch of entity CDArticle successfully" "✅✅✅ Context saved successfully" "✅✅✅ Deleted batch of entity KBSearch successfully" "✅✅✅ Context saved successfully" "✅✅✅ Deleted batch of entity CDCategory successfully" "✅✅✅ Context saved successfully" "✅✅✅ Deleted batch of entity CDSearch successfully" "✅✅✅ Context saved successfully" "Creating/Existing DB file:///Users/sarimkhan/Library/Developer/CoreSimulator/Devices/B810A8D7-CF57-4713-B637-2B16BD88B558/data/Containers/Data/Application/04EE1072-3C09-4302-ADBD-C8AC4304E524/Documents/ZDPTicket.sqlite" ✅
✅ ZohoDeskPortalSDK 2.0.15 10:44:58:116 {BG} ZDPortalNetworkService.swift-getSettingsFromNetwork(onCompletion:):417 invalidStatusCode(422)
✅ ZohoDeskPortalSDK 2.0.15 10:44:58:133 {BG} ZDPortalNetworkService.swift-logout(onCompletion:):73 User not logged in
The text was updated successfully, but these errors were encountered:
No branches or pull requests
xcode 13
pod 'ZohoDeskPortalCore'
pod 'ZohoDeskPortalServices'
ZohoDeskPortalSDK.initialize(orgID: "orgId", appID: "App id",dataCenter: ZDPDataCenter.US)
ZohoDeskPortalSDK.login(withUserToken: zohoDictionary?["AccessToken"] ?? "") { isLogin in
if(isLogin){
DispatchQueue.main.async {
ZDPortalHome.show(withConfiguration: config, andTitle: "XPENCE", navigationMode: .present)
}
}else{
result(FlutterError(code: "400", message: "Auth error", details: "false"))
}
}
"✅✅✅ Deleted batch of entity CDKBCategory successfully"
"✅✅✅ Context saved successfully"
"✅✅✅ Deleted batch of entity CDArticle successfully"
"✅✅✅ Context saved successfully"
"✅✅✅ Deleted batch of entity KBSearch successfully"
"✅✅✅ Context saved successfully"
"✅✅✅ Deleted batch of entity CDCategory successfully"
"✅✅✅ Context saved successfully"
"✅✅✅ Deleted batch of entity CDSearch successfully"
"✅✅✅ Context saved successfully"
"Creating/Existing DB file:///Users/sarimkhan/Library/Developer/CoreSimulator/Devices/B810A8D7-CF57-4713-B637-2B16BD88B558/data/Containers/Data/Application/04EE1072-3C09-4302-ADBD-C8AC4304E524/Documents/ZDPTicket.sqlite"
✅
✅ ZohoDeskPortalSDK 2.0.15 10:44:58:116 {BG} ZDPortalNetworkService.swift-getSettingsFromNetwork(onCompletion:):417 invalidStatusCode(422)
✅ ZohoDeskPortalSDK 2.0.15 10:44:58:133 {BG} ZDPortalNetworkService.swift-logout(onCompletion:):73 User not logged in
The text was updated successfully, but these errors were encountered: