Skip to content

A production Xamarin application using .NET Standard, EFCore, DI with native iOS extension.

Notifications You must be signed in to change notification settings

leoiii12/ShareQR

Repository files navigation

ShareQR

ShareQR is an iOS application built with Xamarin and .NET Standard library. This app is composed of two parts, the host app, and the action extension. This is a open-source real product.

Features

  • .NET Standard common library
  • An action extension with communications between the host and the extension
  • Internal database using EntityFrameworkCore.Sqlite with migrations
  • QR code generated by QRCoder
  • Dependency Injection
  • Redirect from the action extension to the containing app

Screenshots

Getting started

You can build this project using Visual Studio for Mac 7.5 Preview.