edsnider / latestversionplugin

LatestVersion Plugin for Xamarin and Windows apps
MIT License
151 stars 38 forks source link

MAUI Support #45

Open pwisk opened 2 years ago

pwisk commented 2 years ago

Is support for MAUI planned? Currently the plug-in is installing, but code execution fails.

Bug

Plugin Version: 2.1.1-beta.107 Platform (e.g., Android v21):
Device/Hardware:

Expected behavior

Return value.

Actual behavior

Exception: This functionality is not implemented in the portable version of this assembly. You should reference the NuGet package from your main application project in order to reference the platform-specific implementation.

Steps to reproduce the issue

Feature Request

Description: Support for MAUI

HavenDV commented 9 months ago

We were inspired by this library and made a continuation for MAUI, maybe it will be useful to someone - https://github.com/oscoreio/Maui.AppStoreInfo We decided to abandon this implementation for Android and instead used Android In-App Updates to check for new versions specifically for the Android platform - https://github.com/oscoreio/Maui.Android.InAppUpdates