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
in IOS devices in calling :
result = await FlutterAmazonpaymentservices.normalPay(
requestParam, EnvironmentType.production,
isShowResponsePage: true);
this will go nowhere and will keep loading with no luck , I became thinking that this library is not support IOS for payment, as the android is working fine
any idea how to solve it or what need to be done?
The text was updated successfully, but these errors were encountered:
in IOS devices in calling :
result = await FlutterAmazonpaymentservices.normalPay(
requestParam, EnvironmentType.production,
isShowResponsePage: true);
this will go nowhere and will keep loading with no luck , I became thinking that this library is not support IOS for payment, as the android is working fine
any idea how to solve it or what need to be done?
The text was updated successfully, but these errors were encountered: