{"id":37048135,"url":"https://github.com/localytics/localytics-xamarin","last_synced_at":"2026-01-14T05:37:41.022Z","repository":{"id":52784112,"uuid":"46801083","full_name":"localytics/localytics-xamarin","owner":"localytics","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-01T10:52:33.000Z","size":416359,"stargazers_count":5,"open_issues_count":6,"forks_count":9,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-10-19T16:26:48.068Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/localytics.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-11-24T15:39:12.000Z","updated_at":"2025-04-01T10:52:37.000Z","dependencies_parsed_at":"2025-04-01T11:39:11.378Z","dependency_job_id":null,"html_url":"https://github.com/localytics/localytics-xamarin","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/localytics/localytics-xamarin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/localytics%2Flocalytics-xamarin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/localytics%2Flocalytics-xamarin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/localytics%2Flocalytics-xamarin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/localytics%2Flocalytics-xamarin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/localytics","download_url":"https://codeload.github.com/localytics/localytics-xamarin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/localytics%2Flocalytics-xamarin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28410888,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T05:26:33.345Z","status":"ssl_error","status_checked_at":"2026-01-14T05:21:57.251Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-14T05:37:40.392Z","updated_at":"2026-01-14T05:37:41.015Z","avatar_url":"https://github.com/localytics.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"Localytics Xamarin SDK\n---\nThis 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](https://github.com/localytics/Android-Client-Library) and [Localytics iOS SDK](https://github.com/localytics/Localytics-iOS). For instruction on how to use the Nuget package, refer to [Getting Started](GettingStarted.md)\n\n## Contents\n* **/Localytics-Android-Latest** contains the latest Android Release that has been bound to the Xamarin SDK (v6.3.7).\n* **/Localytics-iOS-Latest** contains the latest iOS Release that has been bound to the Xamarin SDK (v6.2.9).\n* **/LocalyticsXamarin** contains the entire solution for the Xamarin SDK and sample applications\n\n\n## Building the Nuget Package\nThis and the following sections are for Developers wishing to contribute to the XamarinSDK.\nYou will need Xcode, and Visual Studio (with Android API 33) and java 8.Simply call make VER=0.0.0 release to build.\nLocalytics recommends using the prebuilt nuget package for integrating Localytics in a production app. Instructions can be found at LocalyticsXamarin/LocalyticsXamarin.NuGet/GettingStarted.md\n\n**Build**\n```\n$ cd LocalyticsXamarin\n$ make VER=0.0.0 release\n```\n\n**Install locally**\n```\n$ copy the built nuget package to an appropriate folder and add this folder as a nuget source\n```\n\n## Projects in LocalyticsXamarin Solution\nThe **/LocalyticsXamarin** folder contain a solution that includes projects for the main libraries and sample/test applications.\n\n\n### LocalyticsXamarin Library Projects\n\n\n| LocalyticsXamarin SDK     |   |\n|---------------------------|---|\n| LocalyticsXamarin.iOS     | IOS Xamarin SDK Binding project  |\n| LocalyticsXamarin.Android | Android Xamarin SDK Binding project  |\n| LocalyticsXamarin.Shared  | Shared Project with code shared between Android and IOS Binding Project  |\n| LocalyticsXamarin.Common  | Common Project that allows access of Xamarin SDK from a Shared project using dependency service.  |\n\n   \n  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.\n  * **LocalyticsXamarin.Android** (Xamarin.Android Library Binding)\n    \n    This project mainly derived from going through possible Transform to fix C# vs Java issues that the tools couldn't dealt with automatically.\n  * **LocalyticsXamarin.iOS** for (Xamarin.iOS Unified Library Binding)\n    \n    This project mainly derived from generating bindings through Objective Sharpie with subsequent tweaks.\n  \n### LocalyticsSample Xamarin.Forms Projects\n  \n  \n| LocalyticsXamarin SDK Sample |  Sample to verify the Xamarin SDK API |\n|------------------------------|---|\n| Android    | Android Platform project  |\n| iOS        | IOS Platform project      |\n\n  * **LocalyticsSample.iOS** deals with native setup, mostly in `AppDelegate.cs` and `Info.plist`\n  * **LocalyticsSample.Android** deals with native setup, mostly in `LocalyticsAutoIntegrateApplication.cs`, `MainActivity.cs` and `AndroidManifest.xml`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flocalytics%2Flocalytics-xamarin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flocalytics%2Flocalytics-xamarin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flocalytics%2Flocalytics-xamarin/lists"}