You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fetching the Config in release builds results in the following error:
Fetching config JSON was successful but the HTTP response content was invalid.
Debug builds work normally.
The issue is likely related to R8.
If i disable R8 or adding the following line to the ProGuard rules file every thing works fine:
-keep class com.configcat.PercentageOption { *; }
To reproduce
Build a release app and fetch a feature flag with percentage option.
Expected behavior
Should return the feature flag.
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
Fetching the Config in release builds results in the following error:
Fetching config JSON was successful but the HTTP response content was invalid.
Debug builds work normally.
The issue is likely related to R8.
If i disable R8 or adding the following line to the ProGuard rules file every thing works fine:
-keep class com.configcat.PercentageOption { *; }
To reproduce
Build a release app and fetch a feature flag with percentage option.
Expected behavior
Should return the feature flag.
Screenshots
The text was updated successfully, but these errors were encountered: