com.jjastiny.IterableIOSBindings 4.4.4

dotnet add package com.jjastiny.IterableIOSBindings --version 4.4.4
                    
NuGet\Install-Package com.jjastiny.IterableIOSBindings -Version 4.4.4
                    
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="com.jjastiny.IterableIOSBindings" Version="4.4.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="com.jjastiny.IterableIOSBindings" Version="4.4.4" />
                    
Directory.Packages.props
<PackageReference Include="com.jjastiny.IterableIOSBindings" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add com.jjastiny.IterableIOSBindings --version 4.4.4
                    
#r "nuget: com.jjastiny.IterableIOSBindings, 4.4.4"
                    
#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.
#:package com.jjastiny.IterableIOSBindings@4.4.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=com.jjastiny.IterableIOSBindings&version=4.4.4
                    
Install as a Cake Addin
#tool nuget:?package=com.jjastiny.IterableIOSBindings&version=4.4.4
                    
Install as a Cake Tool

Synopsis

This is the iOS xamarin binding library for Iterable SDK.

Code Example

<code>IterableAPI.SharedInstanceWithApiKey("apiKey", "email", new NSDictionary());</code> <code>IterableAPI.SharedInstanceWithApiKey("apiKey", new NSDictionary(), "userId");</code>

Motivation

Iterable does not provide bindings for Xamarin and objective C has some method that cannot be converted into C#. This problem was caused by Objective-C letting multiple functions have same parameter types. This binding moves the userId parameter after the NSDictionary launchOptions to avoid that problem.

Installation

API Reference

Contributors

Let people know how they can dive into the project, include important links to things like issue trackers, irc, twitter accounts if applicable.

License

  Apache License

Version 2.0, January 2004 http://www.apache.org/licenses/

Product Compatible and additional computed target framework versions.
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • Xamarin.iOS 1.0

    • 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
4.4.4 1,492 1/2/2018