Xamarin Forms With Android X, Migration Library

Hi!

I have to do a mandatory update to update to AndroidX API, but when i compile i have this error.

"
Attribute data@scheme at AndroidManifest.xml requires a placeholder substitution but no value for < appAuthRedirectScheme > is provided. OktaDemo.XF.Android
"

But if i do the downgrade to > Android X works fine, if a do the upgrade and uninstall the OpenID library (comments all the openID nuget) the app works perfectly, its just something with the OpenID nuget v.0.7.0

Someone has any advice?

1 Like

I have the exactly same scenario and problem. Can someone update?

@furiozobg, can you share a minimal repro to look over?