artehe /
Netimobiledevice
A C#/dotnet implementation for working with iOS devices (iPhone, iPad, iPod).
Loading repository data…
dotnet / repository
.NET for iOS, Mac Catalyst, macOS, and tvOS provide open-source bindings of the Apple SDKs for use with .NET managed languages such as C#
This module is the main repository for:
These SDKs allow us to create native iOS, Mac Catalyst, macOS and tvOS applications using the same UI controls we would in Objective-C and Xcode, except with the flexibility and elegance of a modern language (C#), the power of the .NET Base Class Library (BCL), and first-class IDEs and editors—Visual Studio and Visual Studio Code—at our fingertips.
This repository is where we do development for the .NET for iOS, Mac Catalyst, macOS, and tvOS SDKs. .NET for iOS, Mac Catalyst, macOS, and tvOS are part of .NET MAUI, and may also be used independently for native iOS and macOS development with .NET.
There are a few ways that you can contribute, for example:
.NET for iOS, Mac Catalyst, macOS, and tvOS are part of .NET MAUI, since it was introduced in May 2022 as part of .NET 6, and is currently supported as described on the .NET MAUI Support Policy.
Support for Xamarin.iOS and Xamarin.Mac ended on May 1, 2024 as per the Xamarin Support Policy:
Xamarin support ended on May 1, 2024 for all Xamarin SDKs including Xamarin.Forms. Android API 34 and Xcode 15 SDKs (iOS and iPadOS 17, macOS 14) are the final versions Xamarin targets from existing Xamarin SDKs (i.e. no new APIs are planned).
If you are interested in fixing issues and contributing directly to the code base, please see the document How to Contribute, which covers the following:
Install the .NET workloads for Apple platforms using the .NET CLI:
dotnet workload install ios macos tvos maccatalyst
For more information, see the .NET workload documentation.
For legacy Xamarin.iOS and Xamarin.Mac downloads (discontinued), see Downloads.
Copyright (c) .NET Foundation Contributors. All rights reserved. Licensed under the MIT License.
Selected from shared topics, language and repository description—not editorial ratings.
artehe /
A C#/dotnet implementation for working with iOS devices (iPhone, iPad, iPod).
PSPDFKit /
How to build a PDF Viewer and Editor for iOS using .NET (C#) with PSPDFKit.NET (Android).
PSPDFKit /
How to build a PDF Viewer and Editor for iOS using .NET (C#) with PSPDFKit.NET (iOS).
qourex /
High-performance, cross-platform .NET wrapper for OpenCV 5 with CUDA and cuDNN GPU acceleration. Supports modern C# (IDisposable-safe) on Windows, Linux, macOS, Android, and iOS.
sidneyshafer /
A calculator application for iOS and Android devices using C#, .NET Standard 2.0, Xamarin.Forms 5.0, and XAML.