Albilaga Linggra Pradana

Results 34 comments of Albilaga Linggra Pradana

Hello. We also have this issue even though the error code is different and it is appear intermittently but not sure how to reproduce it ``` Singleton lock renewal failed...

Yeah we change that to using `Preferences` to store `IsLogin` state. But this means we create another property that we actually can rely on if `AccessToken` is empty or not....

Just got notified from my coworker that it is working with adding ```csharp [Preserve] public static class LinkerPreserve { static LinkerPreserve() { throw new Exception(typeof(SQLitePersistentBlobCache).FullName); } } public class PreserveAttribute...

@jfversluis in Xamarin.Forms when user click back button it triggers `OnBackButtonPressed`, but in MAUI it doesn't. You can check with this branch https://github.com/albilaga/MauiPlayground/tree/back_button. As you can see I already added...

@s4jc we are not using shell. is that still working even when we are not using shell?

> It's been a while since the last post, but if anyone still needs it, this is how I made a workaround for MAUI I have packed the ttf file...

@LuStefanoX yes I am adding both. Sometimes it is working and sometimes it is crashing so that's why I am adding it to `MauiAsset` just to make it safe. Besides...

I also have this issue. When using `token_exchange` with `subject_token_type` = `urn:ietf:params:oauth:token-type:access_token` with google, keycloak request `access_token` instead of `id_token`(jwt) The problem is the new [CredentialManager from Google](https://developer.android.com/training/sign-in/credential-manager) is only...

Hello @ylatuya where I can download the new add-in? From readme in front I am still using version 1.0.7 which still depends on 7.8.3

> @sotikouk "dotnet run" from the iOS project/folder, it shouldn't run desktop app from there. @maxkatz6 I already did `dotnet run` from iOS project and also remove `obj` folder but...