https://github.com/softeq/zendesk-xamarin-ios
Binding of Zendesk iOS SDKs for Xamarin / .NET8 / MAUI
https://github.com/softeq/zendesk-xamarin-ios
dotnet6 dotnet8 hacktoberfest ios maui xamarin xamarin-ios xamarin-ios-binding zendesk zendesk-client
Last synced: about 1 year ago
JSON representation
Binding of Zendesk iOS SDKs for Xamarin / .NET8 / MAUI
- Host: GitHub
- URL: https://github.com/softeq/zendesk-xamarin-ios
- Owner: Softeq
- License: other
- Created: 2020-03-02T14:38:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-04T17:24:29.000Z (about 2 years ago)
- Last Synced: 2025-04-20T21:04:42.736Z (about 1 year ago)
- Topics: dotnet6, dotnet8, hacktoberfest, ios, maui, xamarin, xamarin-ios, xamarin-ios-binding, zendesk, zendesk-client
- Language: Objective-C
- Homepage: https://github.com/zendesk?q=ios&type=source
- Size: 110 MB
- Stars: 5
- Watchers: 13
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Support: SupportProvidersSDK.Bindings/ApiDefinition.cs
Awesome Lists containing this project
README
# Zendesk SDKs for Xamarin iOS
[](https://dev.azure.com/SofteqDevelopment/Xamarin.Binding.Libraries/_build/latest?definitionId=168&branchName=master)
Xamarin binding libraries for Zendesk iOS SDKs:
Pod Name | Pod Version | NuGet
-------------------|:------------------:|-----------
[ZendeskCoreSDK](https://cocoapods.org/pods/ZendeskCoreSDK) | 2.7.0 | [](https://www.nuget.org/packages/Softeq.ZendeskCoreSDK.iOS)
[ZendeskCommonUISDK](https://cocoapods.org/pods/ZendeskCommonUISDK) | 6.1.4 | [](https://www.nuget.org/packages/Softeq.ZendeskCommonUISDK.iOS)
[ZendeskSDKConfigurationsSDK](https://cocoapods.org/pods/ZendeskSDKConfigurationsSDK) | 1.1.11 | [](https://www.nuget.org/packages/Softeq.ZendeskSDKConfigurationsSDK.iOS)
[ZendeskMessagingAPISDK](https://cocoapods.org/pods/ZendeskMessagingAPISDK) | 3.8.5 | [](https://www.nuget.org/packages/Softeq.ZendeskMessagingAPISDK.iOS)
[ZendeskMessagingSDK](https://cocoapods.org/pods/ZendeskMessagingSDK) | 3.8.5 | [](https://www.nuget.org/packages/Softeq.ZendeskMessagingSDK.iOS)
[ZendeskSupportProvidersSDK](https://cocoapods.org/pods/ZendeskSupportProvidersSDK) | 5.5.0 | [](https://www.nuget.org/packages/Softeq.ZendeskSupportProvidersSDK.iOS)
[ZendeskSupportSDK](https://cocoapods.org/pods/ZendeskSupportSDK) | 5.5.0 | [](https://www.nuget.org/packages/Softeq.ZendeskSupportSDK.iOS)
[ZendeskChatProvidersSDK](https://cocoapods.org/pods/ZendeskChatProvidersSDK) | 2.12.0 | [](https://www.nuget.org/packages/Softeq.ZendeskChatProvidersSDK.iOS)
[ZendeskChatSDK](https://cocoapods.org/pods/ZendeskChatSDK) | 2.12.0 | [](https://www.nuget.org/packages/Softeq.ZendeskChatSDK.iOS)
## Installation
You can either add the NuGet package:
```
Install-Package Softeq.Zendesk.iOS.SupportSDK
```
## Usage
## Basic Examples
See our [demo project](/sample) for examples.
Zendesk resources:
- [iOS Documentation](https://developer.zendesk.com/documentation/zendesk-sdks/sdks/ios/getting_started/)
- [Zendesk Support Providers SDK Demo](https://github.com/zendesk/ios_sdk_demo_apps/tree/master/SupportSDKSamples)
## Development
### Bindings
Use scripts from `libs/` to add/update bindings.
### NuGet
1. Add `nuget/*.nuspec`
2. Add configuration to `azure-pipelines/nuget.yml`
3. Manually run pipeline for target project
4. Update `README.md` table for new library/version
## About
This project is maintained by [Softeq Development Corp.](https://www.softeq.com/)
We specialize in developing mobile applications using Xamarin and native technology stack.
- [Facebook](https://web.facebook.com/Softeq.by/)
- [Instagram](https://www.instagram.com/softeq/)
- [Twitter](https://twitter.com/Softeq)
- [VK](https://vk.com/club21079655)
## License and Copyright
Zendesk SDKs for Xamarin.iOS is released under the MIT license. See [LICENSE](LICENSE) for details.
> Copyright 2020 Zendesk. By downloading or using the Zendesk SDKs, You agree to the [Zendesk Master Subscription Agreement](https://www.zendesk.com/company/customers-partners/#master-subscription-agreement) and [Application Developer and API License Agreement](https://www.zendesk.com/company/customers-partners/#application-developer-api-license-agreement) and acknowledge that such terms govern Your use of and access to the SDKs.