BarengoEngineering.Intercom.iOS.Simulator 16.2.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package BarengoEngineering.Intercom.iOS.Simulator --version 16.2.1                
NuGet\Install-Package BarengoEngineering.Intercom.iOS.Simulator -Version 16.2.1                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BarengoEngineering.Intercom.iOS.Simulator" Version="16.2.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BarengoEngineering.Intercom.iOS.Simulator --version 16.2.1                
#r "nuget: BarengoEngineering.Intercom.iOS.Simulator, 16.2.1"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install BarengoEngineering.Intercom.iOS.Simulator as a Cake Addin
#addin nuget:?package=BarengoEngineering.Intercom.iOS.Simulator&version=16.2.1

// Install BarengoEngineering.Intercom.iOS.Simulator as a Cake Tool
#tool nuget:?package=BarengoEngineering.Intercom.iOS.Simulator&version=16.2.1                

Binding.Intercom

Nuget

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 16.2.1 and requires XCode >= 15.

How to use

Add the flowing packages to the iOS csproj if you use a Mac with Apple Silicon

<PackageReference Include="BarengoEngineering.Intercom.iOS" Version="16.2.1.0" />

If you use an Intel Mac add the following packages

<PackageReference Condition="'$(Configuration)|$(Platform)' != 'Debug|iPhoneSimulator'" Include="BarengoEngineering.Intercom.iOS" Version="16.2.1.0" />
<PackageReference Condition="'$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator'" Include="BarengoEngineering.Intercom.iOS.Simulator" Version="16.2.1.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 Compatible and additional computed target framework versions.
.NET net7.0-ios16.1 is compatible.  net8.0-ios was computed.  net9.0-ios was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net7.0-ios16.1

    • 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.

Version Downloads Last updated
17.0.3.1 142 7/1/2024
17.0.3 125 5/9/2024
16.3.1 266 11/17/2023
16.2.1 167 10/24/2023
15.1.5.3 174 8/29/2023
15.1.5.2 147 8/29/2023
15.1.5.1 139 8/28/2023