You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our firebase crash logs we see a crash report like below.
Fatal Exception: java.lang.IllegalArgumentException: Service not registered: net.openid.appauth.browser.CustomTabManager$1@1b8d1f9
at android.app.LoadedApk.forgetServiceDispatcher(LoadedApk.java:1680)
at android.app.ContextImpl.unbindService(ContextImpl.java:1781)
at android.content.ContextWrapper.unbindService(ContextWrapper.java:730)
at android.content.ContextWrapper.unbindService(ContextWrapper.java:730)
at net.openid.appauth.browser.CustomTabManager.dispose(CustomTabManager.java:124)
We use latest version of the library.
implementation 'net.openid:appauth:0.11.1'
What is the reason for this problem?
The text was updated successfully, but these errors were encountered:
Checklist:
https
with App Links for client redirect.Configuration
Issue Description
In our firebase crash logs we see a crash report like below.
We use latest version of the library.
What is the reason for this problem?
The text was updated successfully, but these errors were encountered: