Hello SingletonSean, thanks for the video On windows, I am able to call SecureStorage.Default.SetAsync fine. on iOS/MacCatalyst, the call is never returning. its in this form protected Task Set(string key, T value){ SecureStorage.Default.SetAsync(key, JsonConvert.SerializeObject(value)); } is it never returning because im not wrapping it in a task run? if so, wouldn't it just return instantly? thanks so much
@amrshlomr4 ай бұрын
Could it be entitlements.plist?
@pieetrom2 ай бұрын
hi!Unfortunatly, I have the same problem...have you found a solution for this in these 2 months? Thank you!!
@amrshlomr2 ай бұрын
@@pieetrom I ended up just not using it in MacCatalyst. It should work on iOS though. My comment that it wasn't is incorrect
@pieetrom2 ай бұрын
@@amrshlomr does it work on iOS ? I’ve seen that the problem is the requirement of the provisioning profile(that requires the subscription to the apple developer program 100$)…
@amrshlomr2 ай бұрын
@@pieetrom It works for me on iOS. I do have the subscription as well, so I don't know if it doesn't work without it
@DrSteve12345610 ай бұрын
What is SecureStoreage exactly? May be a coded file in the local machine?
@SingletonSean10 ай бұрын
Pretty much! It's an encrypted file in the application's AppData subfolder
@marcbotnope172811 ай бұрын
Is .NET MAUI production read?
@SingletonSean11 ай бұрын
Technically, it is! Although I do still run into bugs from time to time which can be frustrating.
@DeepWorksStudios11 ай бұрын
could you do a video about the current state of .net maui?@@SingletonSean
@SingletonSean11 ай бұрын
@@DeepWorksStudios I did one pretty recently, but I'll consider doing a new one since .NET 8 has come out since the last video: kzbin.info/www/bejne/oHbCeHimo7NkjpYsi=km4dMXfUXQJv6Hjo
@DeepWorksStudios11 ай бұрын
yeah i already seen this one but what do you think about the recent months of development? i would love to know your opinion@@SingletonSean