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

Capture and surface error when browser app is not available [SDK-2224] #363

Merged
merged 2 commits into from
Apr 8, 2021

Conversation

lbalmaceda
Copy link
Contributor

@lbalmaceda lbalmaceda commented Apr 7, 2021

Changes

On Android and with the extended use of custom or modified ROMs, there may be a chance that a browser application is not installed on the device at the time the web authentication is launched. iOS would never have this problem because Safari is a system application.

This PR handles that scenario throwing a custom error through the provided callback, for the developer to handle.

References

Closes #340

Testing

This was tested manually on an Android device running our Quickstart Sample application.

Checklist

@lbalmaceda lbalmaceda requested a review from a team as a code owner April 7, 2021 10:11
@lbalmaceda lbalmaceda added this to the v2-Next milestone Apr 7, 2021
@Widcket Widcket merged commit 1d4272a into master Apr 8, 2021
@Widcket Widcket deleted the feat-browserapp branch April 8, 2021 15:35
@lbalmaceda lbalmaceda modified the milestones: v2-Next, v2.8.1 Apr 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

android.content.ActivityNotFoundException: No Activity found to handle Intent
2 participants