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

Fix 3ds auth release mode #358

Merged
merged 2 commits into from
Oct 21, 2024
Merged

Fix 3ds auth release mode #358

merged 2 commits into from
Oct 21, 2024

Conversation

AnasNaouchi
Copy link
Collaborator

@AnasNaouchi AnasNaouchi commented Oct 21, 2024

Description

Fix the issue when using the SDK in release mode for version v5.x till v5.3.0 .

Closes #360

Scenario

If the integrator was using pro guard and trying to access the auth uri flow using native 3ds flow, then the SDK will crash since some classes were missing during the R8 process/proguard obfuscation.

Copy link

sonarcloud bot commented Oct 21, 2024

@AnasNaouchi AnasNaouchi merged commit 4bb3c13 into master Oct 21, 2024
5 checks passed
@AnasNaouchi AnasNaouchi deleted the fix_3ds_auth_release_mode branch October 21, 2024 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crash on failed authorize_uri that has acs=true query parameter
3 participants