-
Notifications
You must be signed in to change notification settings - Fork 16
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
Error creating Gigya SDK #14
Comments
Sorry for the delayed response. |
Where did you put the following line of code? |
Yes. from the latest version "setApplication" is not needed as the plugin handles the SDK initialization. Are you using: minifyEnabled true? |
I don't think so, I'll check it again. Edit: no, it is not enabled |
Please attach the following so I can inspect it better:
Thanks |
Build output: build.gradle:
|
Can you also provide detailed log of the error? Thanks. |
That was a cached build, this is a clean one: Regarding the error, what I post in the first message is all I get. And it only happens when running the release APK or running flutter in release mode (but then I don't have any logs, it just crashes) |
Please try to add the following and update me if anything changes.
|
It's working with these options, thanks! Maybe minifying or shrinking is removing the json config of Gigya? Is there any way of having it working with shrinking? |
Okay. I will investigate further to see why theses options are necessary. |
Is not a top priority anyway. I'm closing this issue, but it would be great to have the no shrink option in the documentation. Thanks for the quick response! |
Any news on this? We are shipping our app to production and without shrinking and minify the app size is unmanageable (>200MB). |
Shrinking support is not scheduled for Q4 this year. |
Encountering same issue unfortunately. |
This error is produce without shrinking |
Same here. Have you found a workaround for this? |
Not found it in the doc but I checked example app and I fixed the issue by adding manually two dependencies in implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0' |
I'm getting this error when creating a release APK:
I've tried configuring Gigya's ApiKey using the two methods available:
https://sap.github.io/gigya-android-sdk/sdk-core/
I've configured the Gigya SDK following the instructions, and it works when running in debug mode.
The text was updated successfully, but these errors were encountered: