BarengoEngineering.Intercom.iOS
17.0.3
See the version list below for details.
dotnet add package BarengoEngineering.Intercom.iOS --version 17.0.3
NuGet\Install-Package BarengoEngineering.Intercom.iOS -Version 17.0.3
<PackageReference Include="BarengoEngineering.Intercom.iOS" Version="17.0.3" />
paket add BarengoEngineering.Intercom.iOS --version 17.0.3
#r "nuget: BarengoEngineering.Intercom.iOS, 17.0.3"
// Install BarengoEngineering.Intercom.iOS as a Cake Addin #addin nuget:?package=BarengoEngineering.Intercom.iOS&version=17.0.3 // Install BarengoEngineering.Intercom.iOS as a Cake Tool #tool nuget:?package=BarengoEngineering.Intercom.iOS&version=17.0.3
Binding.Intercom
Summary
The following binding are for the Intercom SDK.
iOS
Documentation for using the library inside an iOS project can be found here.
The source for the SDK can be found here.
The bindings were generated for the version 17.0.3 and requires XCode >= 15.
How to use
Add the flowing packages to the iOS csproj:
<PackageReference Condition="'$(Configuration)|$(Platform)' != 'Debug|iPhoneSimulator'" Include="BarengoEngineering.Intercom.iOS" Version="17.0.3.0" />
<PackageReference Condition="'$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator'" Include="BarengoEngineering.Intercom.iOS.Simulator" Version="17.0.3.0" />
Add a reference to the following package:
using BarengoEngineering.Intercom;
Clean, restore nuget packages and Build for every change of Run configuration to remove Intercom Simulator/Device binaries
If you encounter issues building, deploying or running add this to the csproj
<Registrar>static</Registrar>
Update Info.plist
When installing Intercom, you'll need to make sure that you have a NSPhotoLibraryUsageDescription
entry in your Info.plist
.
This is required by Apple for all apps that access the photo library. It is necessary when installing Intercom due to the image upload functionality. Users will be prompted for the photo library permission only when they tap the image upload button.
Breaking Changes
Please consult BREAKING_CHANGES.md for more information about migration.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0-ios17.2 is compatible. net9.0-ios was computed. |
-
net8.0-ios17.2
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.