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 was archived by the owner on Dec 17, 2021. It is now read-only.
Take note also I experienced a random behavior that for some reason sometime the xamarin services get's cached by the ProxyInterface when generating the proxy methods that are used for native communication.
I ended commenting the service -> rebuild -> uncomment -> rebuild to recreate the proxy method files
Yup, I was just gonna make a new issue regarding on this just now.
There seems issues with iOS platform when initializing the services.
I integrated secure storage from xamarin essentials for all platforms, SecureStorage never get's initialized on iOS platform.
It worked properly on android emulator and a real device.
But never worked neither on iOS emulator or real iOS device.
https://docs.microsoft.com/en-us/xamarin/essentials/secure-storage?context=xamarin/xamarin-forms
Take note also I experienced a random behavior that for some reason sometime the xamarin services get's cached by the
ProxyInterfacewhen generating the proxy methods that are used for native communication.I ended commenting the service -> rebuild -> uncomment -> rebuild to recreate the proxy method files
Originally posted by @arivera12 in #226 (comment)