I am following this guide to install Zendesk's Sunshine Conversaitons (Smooch) SDK on my iOS app.
I created an integration from the "Conversations integrations" section of Zendesk Admin center. From the integration created I took the integration ID and used it to initialise the iOS Sunshine SDK. The initialisation is failing with this error:"App not found: Provided integration id is invalid"
Any hint of what I am doing wrong?
With the Sunshine Conversations SDK for iOS, you should follow this section of the doc to create an iOS integration;
When managing your Sunshine Conversations app via the Admin Centre, you'll need to follow the steps to do this using the API:
Alternatively, when creating iOS integrations directly in the Admin Centre directly, it would work with the Zendesk Messaging SDK for iOS, so you should refer to the Zendesk docs for more on working with that SDK.
Where you (and others) got mixed-up
Conversations Integrationsare business-facing integrations, typically referred to aswebhooks; In the docs these are referred to ascustom integrations, and can be created using the/integrationsendpoint withtype:custom.Customer-facing integrations (or channels) are also created using the
/integrationsendpoint, but with thetypematching the channel name (e.g.:whatsapp,telegram,twilio, etc.)