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.
- .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
You can build this project using Visual Studio for Mac 7.5 Preview.