Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.lang.IllegalArgumentException: Service not registered: net.openid.appauth.browser.CustomTabManager #1085

Open
3 of 6 tasks
kamil-cakir opened this issue Aug 20, 2024 · 1 comment
Labels

Comments

@kamil-cakir
Copy link

Checklist:

  • I am using the latest release
  • I searched for existing GitHub issues
  • I read the documentation
  • I verified the client configuration matches the information in the identity provider (or I am using dynamic client registration)
  • I am either using a custom URI scheme or https with App Links for client redirect.
  • I can reproduce the issue in the demo app (optional)

Configuration

  • Version: 0.11.1
  • Integration: Native Java/Kotlin
  • Identity provider: (Google, Okta, Gluu, Auth0, KeyCloack, etc)

Issue Description

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?

@kamil-cakir
Copy link
Author

Is there anyone facing with this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant