I am trying to implement a user logon using Xamarin for Android and iOS. I am using WebView for displaying the back end user logon page. When logon is successful session cookies are saved in the cookie storage which can be used for automatic log on up to the point when tokens are expired.
For Android everything is working fine, when I close the app and start it again it automatically logs me in.
For iOS situation is different and I am redirected to the logon page. This means the cookies are deleted between two runs of the application.
Any suggestions how to setup iOS so it keeps the cookies between multiple runs of the app?
Many thanks for help in advance.