flutter-stripe / flutter_stripe

Flutter SDK for Stripe.
https://pub.dev/packages/flutter_stripe
933 stars 517 forks source link

iOS crashed when open Payment sheet with iDEAL at TestFlight or Released app #1569

Closed ryota47 closed 9 months ago

ryota47 commented 9 months ago

Describe the bug iOS crashed when open Payment sheet with iDEAL at TestFlight or Released app. But iOS not crash when debug build or release build at local in my laptop. Only though AppStoreConnect has this bug

And Android has not this bug.

To Reproduce Steps to reproduce the behavior:

  1. Your App release in TestFlight
  2. open Payment Sheet with iDEAL

Expected behavior I want to make iDEAL payment with Payment sheet.

Smartphone / tablet

Additional context Add any other context about the problem here.

ryota47 commented 9 months ago

error log at firebase crashlitics

Fatal Exception: NSInternalInconsistencyException
NSLayoutConstraint constant is not finite! That's illegal. constant:nan firstAnchor:<NSLayoutDimension:0x283a2cb00 "UIImageView:0x122375350.width"> secondAnchor:(null)
remonh87 commented 9 months ago

did you add a returnurl to the ideal configuration and is this url added to the info.plist file? You can easily debug this in Flutter release mode .

jonasbark commented 9 months ago

Closing this due to inactivity