dmichelutti

Results 4 comments of dmichelutti

Hi @poovamraj , I simply call the function like the example does. ` val builder = WebAuthProvider .login(myAccount) .withScheme(myScheme) .withScope(myScope) .withTrustedWebActivity() .withAudience(myAudience!!) .withOrganization(myOrganization!!) builder.start(appContext, object : Callback { override fun...

I'm calling that function from an Activity, a simple Activity with a Login button.

Any news? This issue is blocking the release on Play Store, because now the targetSdk must be >= 33

Hi @poovamraj I think I have found the source of the problem. In the project there was not a direct Activity intent call, but the builder was managed inside a...