Skip to content
New issue

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

cannot login user #1

Open
sarimk80 opened this issue Mar 30, 2022 · 0 comments
Open

cannot login user #1

sarimk80 opened this issue Mar 30, 2022 · 0 comments

Comments

@sarimk80
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant