Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/softeq/reachability-xamarin-ios
Binding of Reachability iOS library for Xamarin / .NET6 / MAUI
https://github.com/softeq/reachability-xamarin-ios
connectivity dotnet6 ios maui network reachability xamarin xamarin-binding xamarin-library
Last synced: about 2 months ago
JSON representation
Binding of Reachability iOS library for Xamarin / .NET6 / MAUI
- Host: GitHub
- URL: https://github.com/softeq/reachability-xamarin-ios
- Owner: Softeq
- License: mit
- Created: 2019-03-11T22:30:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-21T16:01:03.000Z (about 2 years ago)
- Last Synced: 2024-11-12T23:43:58.800Z (2 months ago)
- Topics: connectivity, dotnet6, ios, maui, network, reachability, xamarin, xamarin-binding, xamarin-library
- Language: C#
- Homepage: https://github.com/tonymillion/Reachability
- Size: 94.7 KB
- Stars: 10
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reachability-xamarin-ios
[![Build Status](https://dev.azure.com/SofteqDevelopment/Xamarin.Binding.Libraries/_apis/build/status/Reachability%20iOS%20Library/Reachability-dev?branchName=master)](https://dev.azure.com/SofteqDevelopment/Xamarin.Binding.Libraries/_build/latest?definitionId=412&branchName=master) [![NuGet Badge](https://buildstats.info/nuget/ReachabilityBindings)](https://www.nuget.org/packages/ReachabilityBindings/)
Xamarin binding library for Reachability iOS framework https://github.com/tonymillion/Reachability
## About
This project is maintained by Softeq Development Corp.
We specialize in developing mobile applications using Xamarin and native technology stack.
## Installation
NuGet:
```
Install-Package ReachabilityBindings
```## License
Reachability binding library for iOS is released under the MIT license. See [LICENSE](LICENSE) for details.
The original Reachability project was created by Tony Million under a different [license](https://github.com/tonymillion/Reachability/blob/master/LICENCE.txt) (BSD 2-Clause "Simplified" License).