Access Denied
I am iOS Developer and updating our clients project and shifted ZohoDeskPortalCore SDKs from cocoapods to SPM and changed few lines of code but now i am get access denied, the help center app is unavailable. please contact administrator.
Issue After Updating to Zoho Desk Android SDK v4.5.0 – Authentication Fails (Status Code 204)
Hi Zoho Support Team, I was previously using the Zoho Desk Android SDK with the following dependency: implementation 'com.zoho.desk:asapsdk:3.0_BETA_17'
Everything was working as expected — including user authentication, the tickets section, and the
חסרה אופציה בביטול עסקה
לא מופיע אופציה לכתוב מס הזמנה שעושים ביטול מאתר
ASAP SDK for React Native - Android
Hi, I need to integrate ASAP SDK into my react native application, I'm following your tutorials, on iOS it works ok, but on Android I get the error Failed to resolve: com.zoho.desk:asapsdk:4.0_BETA-01 Please I would appreciate it if you could help me
Debug Messages: Local Files and Database Cleared in Zoho Desk SDK
Subject: Debug Messages: Local Files and Database Cleared in Zoho Desk SDK Hi Zoho Support Team, I am writing to report an issue I am encountering with the Zoho Desk SDK in my Flutter application. When I attempt to present the login screen or submit a
Unable to find the URL needed in order to use the Iphone version of Manage Engine Service Desk Plus
We have Manage Engine Service Desk Plus Cloud version. We do not have inhouse servers. How can I find the URL that needs to go in the application on the Iphone when we first open the app? It's asking for URL and port number. Our company name is Certified
[iOS] [ASAP] ZDPortalChat module can't be triggered manually
I've been trying to trigger the Live chat manually as the documentation says calling ZDPortalChat.show() has to be enough, but I couldn't achieved. Is there another configuration that I have to configure? the documentation only says calling that method
Create Ticket with Subcategory error
Hi Team, We are facing internal server error while create ticket (Programmatically Adding Ticket) with subcategory. Kindly find the code snippet in below, DeskNewTicketData ticketData = new DeskNewTicketData(); ticketData.setEmail(emailEditText.getText().toString()); ticketData.setContactName(fullNameEditText.getText().toString()); ticketData.setDepartmentId(deptID); ticketData.setCategory(feedbackTypeTextView.getText().toString()); ticketData.setSubCategory(feedbackCategoryTextView.getText().toString());