-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug?
As of Android Gradle Plugin (AGP) 8.0 and later, R8 full mode is enabled by default. After enabling code obfuscation with R8 full mode fetching user profile function is not calling at all.
void getUserProfile(RequestCallback<UserInfo, AuthorizationException> cb);
What is expected to happen?
After enabled R8 full mode getUserProfile function to be called as usual
What is the actual behavior?
After enabled R8 full mode getUserProfile function is not calling
Reproduction Steps?
Just change AGP version above 8.0 and make R8 full mode is enabled. Run the project with code obfuscation turned ON after that getUserProfile function will not work
Additional Information?
No response
SDK Version
implementation 'com.okta.android:okta-oidc-android:1.3.4'
Build Information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working