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
Versions
Flutter version : 2.0.1
rms-mobile-xdk-flutter-beta : 0.29.1
Description
This issue only occurs when using android phone. Iphone working fine.
The payment page throws error "mp_currency value not found" when to pay
Below is the screenshot of the error.
Please clarify on this matter.
The text was updated successfully, but these errors were encountered:
Hi @alifhaikal88,
This is caused by android shrinking mechanism (R8), you may include below script in your project proguard-rules.pro file to resolve this issue.
-keep public class com.molpay.molpayxdk.MOLPayActivity {
<fields>;
public <methods>;
}
Hi @alifhaikal88,
This is caused by android shrinking mechanism (R8), you may include below script in your project proguard-rules.pro file to resolve this issue.
-keep public class com.molpay.molpayxdk.MOLPayActivity {
<fields>;
public <methods>;
}
Versions
Flutter version : 2.0.1
rms-mobile-xdk-flutter-beta : 0.29.1
Description
This issue only occurs when using android phone. Iphone working fine.
The payment page throws error "mp_currency value not found" when to pay
Below is the screenshot of the error.
Please clarify on this matter.
The text was updated successfully, but these errors were encountered: