Suraj-Tiwari / react-native-payumoney

React Native Payumoney (Android/IOS)
MIT License
18 stars 9 forks source link

Issue in release build #39

Closed musthafa8230 closed 4 years ago

musthafa8230 commented 4 years ago

In debug build everything working fine but on release build it showing merchant I'd missing please help

Suraj-Tiwari commented 4 years ago

Same credentials? or credentials were changed?

musthafa8230 commented 4 years ago

Credentials are same didn't changed anything

Suraj-Tiwari commented 4 years ago

Okay I'll check it tomorrow.

musthafa8230 commented 4 years ago

Ok thanks should we give isdebug true or false for release build

Suraj-Tiwari commented 4 years ago

that's for credentials, so it should be irrelevant.

musthafa8230 commented 4 years ago

Oh ok👍 I had given false

Suraj-Tiwari commented 4 years ago

check for minification in you android/app/build.gradle This could be causing issue def enableProguardInReleaseBuilds = false

musthafa8230 commented 4 years ago

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 .

Suraj-Tiwari commented 4 years ago

To test just clone this repo then cd example/android /gradlew assembleRelease Then install production release apk

Suraj-Tiwari commented 4 years ago

make it false, app minifiacation is known to causing params issue

musthafa8230 commented 4 years ago

Sure thanks let me check now

musthafa8230 commented 4 years ago

Thanks it's working now