payfort / flutter-amazonpaymentservices

Flutter package for Amazon Payment Services native mobile SDKs
MIT License
2 stars 3 forks source link

Fix Android crash issue by using stable Payfort SDK version #24

Closed mohanedy closed 1 month ago

mohanedy commented 5 months ago

This PR fixes the crash issue caused by updating some dependencies that require Android compile SDK v34. The new SDK version introduces breaking changes that are incompatible with the Payfort Android plugin v2.2.0. To avoid this problem, this PR sets the Payfort SDK version to com.amazon:fortpayment:2.1.0:release@aar, which is a stable version that works well with the current app.

Changes in this PR:

This PR resolves the issues #23 and #7.

omeramasib commented 5 months ago

Hi,

What about the ios is it working well with you becouse it doesn’t work with me @mohanedy

i'm using Ios version 17 and the minimum version is 12 in my podfile

mohanedy commented 5 months ago

@omeramasib The iOS works well for me on the latest iOS 17 and minimum iOS 12. The issue was only with the Android.