Hi,
Experiencing exception in Azure B2C Directory login by using MSAL Library on Android platform with the following two libraries when updated to latest version (26.1.0.1)
Xamarin.Android.Support.CustomTabs (version 26.1.0.1)
Xamarin.Android.Support.v4 (version 26.1.0.1)
Please download sample from the following Link:
https://github.com/Azure-Samples/active-directory-b2c-android-native-msal
Exception:
System.MissingMethodException: Method 'Android.Support.CustomTabs.CustomTabsIntent.LaunchUrl' not found.
StackTrace:
MonoDroid( 7659): UNHANDLED EXCEPTION: MonoDroid( 7659): System.MissingMethodException: Method 'Android.Support.CustomTabs.CustomTabsIntent.LaunchUrl' not found. MonoDroid( 7659): at Android.App.Activity.n_OnResume (System.IntPtr jnienv, System.IntPtr native__this) [0x00008] :0 MonoDroid( 7659): at (wrapper dynamic-method) S An unhandled exception occured.