You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2024. It is now read-only.
Extract the part of secure storage from others, including web authentication with UI, into one dependent package as like "Xamarin.Auth.AccountStore".
Background
Many developers as I have migrated to Xamarin.Essentials and holds only AccountStore for compatibility.
Now, this remaining Xamarin.Auth causes dependency on legacy Android.Support packages on Android (see: #433) and would cause rejection by AppStore (See: #440 (comment)) on iOS, both of which are unnecessary loads.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Xamarin.Auth Issue
Feature description
Extract the part of secure storage from others, including web authentication with UI, into one dependent package as like "Xamarin.Auth.AccountStore".
Background
Many developers as I have migrated to
Xamarin.Essentials
and holds onlyAccountStore
for compatibility.Now, this remaining
Xamarin.Auth
causes dependency on legacy Android.Support packages on Android (see: #433) and would cause rejection by AppStore (See: #440 (comment)) on iOS, both of which are unnecessary loads.The text was updated successfully, but these errors were encountered: