LocalyticsXamarin 6.3.1

dotnet add package LocalyticsXamarin --version 6.3.1
NuGet\Install-Package LocalyticsXamarin -Version 6.3.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="LocalyticsXamarin" Version="6.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LocalyticsXamarin --version 6.3.1
#r "nuget: LocalyticsXamarin, 6.3.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 LocalyticsXamarin as a Cake Addin
#addin nuget:?package=LocalyticsXamarin&version=6.3.1

// Install LocalyticsXamarin as a Cake Tool
#tool nuget:?package=LocalyticsXamarin&version=6.3.1

Localytics Xamarin SDK

This repository contains the open source Xamarin SDK to build the Localytics Xamarin Nuget package (*.nuget). The Localytics Xamarin SDK is a Xamarin wrapper on the native Localytics Android SDK and Localytics iOS SDK. For instruction on how to use the Nuget package, refer to Getting Started

Contents

  • /Localytics-Android-Latest contains the latest Android Release that has been bound to the Xamarin SDK (v6.2.0).
  • /Localytics-iOS-Latest contains the latest iOS Release that has been bound to the Xamarin SDK (v6.0.0).
  • /LocalyticsXamarin contains the entire solution for the Xamarin SDK and sample applications

Building the Nuget Package

This and the following sections are for Developers wishing to contribute to the XamarinSDK. You will need Xcode, and Xamarin Studio (with Android API 19) and java 8.Simply call make VER=0.0.0 release to build. Localytics recommends using the prebuilt nuget package for integrating Localytics in a production app. Instructions can be found at LocalyticsXamarin/LocalyticsXamarin.NuGet/GettingStarted.md

Build

$ cd LocalyticsXamarin
$ make VER=0.0.0 release

Install locally

$ copy the built nuget package to an appropriate folder and add this folder as a nuget source

Projects in LocalyticsXamarin Solution

The /LocalyticsXamarin folder contain a solution that includes projects for the main libraries and sample/test applications.

LocalyticsXamarin Library Projects

LocalyticsXamarin SDK
LocalyticsXamarin.iOS IOS Xamarin SDK Binding project
LocalyticsXamarin.Android Android Xamarin SDK Binding project
LocalyticsXamarin.Shared Shared Project with code shared between Android and IOS Binding Project
LocalyticsXamarin.Common Common Project that allows access of Xamarin SDK from a Shared project using dependency service.

These projects deal with bindings to the respective Localytics native SDK. To change code in the binding, the native SDK needs to be changed first then updated in the Xamarin project.

  • LocalyticsXamarin.Android (Xamarin.Android Library Binding)

    This project mainly derived from going through possible Transform to fix C# vs Java issues that the tools couldn't dealt with automatically.

  • LocalyticsXamarin.iOS for (Xamarin.iOS Unified Library Binding)

    This project mainly derived from generating bindings through Objective Sharpie with subsequent tweaks.

LocalyticsSample Xamarin.Forms Projects

LocalyticsXamarin SDK Sample Sample to verify the Xamarin SDK API
Android Android Platform project
iOS IOS Platform project
  • LocalyticsSample.iOS deals with native setup, mostly in AppDelegate.cs and Info.plist
  • LocalyticsSample.Android deals with native setup, mostly in LocalyticsAutoIntegrateApplication.cs, MainActivity.cs and AndroidManifest.xml
Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid13.0 is compatible. 
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
6.3.1 2,416 2/17/2023
6.3.0 458 2/17/2023
6.2.2 673 10/18/2021
6.0.6 42,921 3/19/2021
6.0.5 1,381 3/9/2021
6.0.4 670 2/23/2021
6.0.3 6,813 8/26/2020
6.0.2 2,553 4/27/2020
6.0.1 868 4/15/2020
5.9.0 38,272 1/15/2020
5.8.0 959 11/1/2019
5.7.0 967 10/21/2019
5.6.0 1,030 7/18/2019
5.5.0 3,287 4/24/2019
5.4.0 4,440 11/30/2018
5.2.0 1,557 7/21/2018
5.1.2 1,732 7/3/2018