Xamarin iOS App Silent login failing due to non persistent token cache

212 Views Asked by At

I am developing a xamarin application for both iOS and android platforms.And I am using microsoft ADAL library for user authentication.But having a problem in acquiring token silently which will expire for every 1 hr. I am using method AcquireTokenSilentAsync to acquire the token silently (without showing login screen) in case of token expire.

Everything seems to be working in Android.However in iOS this logic is failing as the token cache stored is not persistent across app runs.Is there any way I can store the token cache permanently and achieve the same?

0

There are 0 best solutions below