Discussions

Ask a Question
Back to All

Functionalities not working in release mode

Hi, We are using Adapty with React Native.

We can subscribe to products and see paywalls in debug mode, But when we are on release mode the paywalls and functionalities are not working.

It gives the following error.

{"adaptyCode": 2006, "localized Description": "Failed to decode native...}

Adapty versions

"@adapty/react-native-ui": "^2.0.0", "react-native-adapty": "^2.7.0"

I have tried with placing the following configuration in proguard

-keep class com.adapty.*_ { _; }

But it doesn't seem to work as well.