I am working on two different Xamarin forms apps and there is a need where I want to share the SQLite database of first app with second app.
I want to achieve Single Sign On approach for different xamarin forms apps, Where user will only log in in any of the app and can stay logged in in both the two apps.
I found below link which stats in android we can share the database:- Share LocalDB in two different android app
now I only need is similar thing in my xamarin forms app.
Any help will be grateful. Thanks :) Enjoy!