Как управлять сеансами на Xamarin native как для android, так и для iOS?
I am developing the same application in both Android and iOS using Xamarin Native. I want to add session for login in both the platforms. Is there any way I can write shared code between both the platforms for session management? If not then how to manage session native to both platforms? Please provide a working example of Session Management in xamarin for both Android and iOS. Thanks in advance.
Что я уже пробовал:
Я обнаружил, что SharedPreferences или SQLite можно использовать для хранения данных сеанса. Но я ищу универсальное решение для обеих платформ.