Closed musthafa8230 closed 4 years ago
Same credentials? or credentials were changed?
Credentials are same didn't changed anything
Okay I'll check it tomorrow.
Ok thanks should we give isdebug true or false for release build
that's for credentials, so it should be irrelevant.
Oh ok👍 I had given false
check for minification in you android/app/build.gradle
This could be causing issue def enableProguardInReleaseBuilds = false
What should I do remove this line or make it true,it's used to reduce the apk size right
On Sun, 2 Aug, 2020, 1:25 PM Suraj Tiwari, notifications@github.com wrote:
check for minification in you android/app/build.gradle This could be causing issue def enableProguardInReleaseBuilds = false
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Suraj-Tiwari/react-native-payumoney/issues/39#issuecomment-667642225, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJQ5BEGUOOTTUMZH3IDGMZ3R6ULWLANCNFSM4PQU4YUQ .
To test just clone this repo then
cd example/android
/gradlew assembleRelease
Then install production release apk
make it false, app minifiacation is known to causing params issue
Sure thanks let me check now
Thanks it's working now
In debug build everything working fine but on release build it showing merchant I'd missing please help