frames-ios icon indicating copy to clipboard operation
frames-ios copied to clipboard

Crash with Apple Pay and version 4.3.3 of Frames and 2.0.3 of Risk SDKs

Open kevinpalser opened this issue 1 year ago • 14 comments

Describe the bug We updated from 4.3.2 to 4.3.3. No problems previously. With 4.3.3 as soon as the Apple Pay biometric face matching step finished there is a crash. Looking at the crash log it took us to a log function in the Risk module being the last function call.

To Reproduce Steps to reproduce the behavior:

  1. Have custom integration, i.e not using the UI flow available from the SDK and calling the key functions directly.
  2. Proceed to biometric confirmation step of Apple Pay and the charge.

Expected behavior Not to crash at the risk logging step.

Screenshots Screenshot after tapping on the crash log to where the problem occurs. Frames crash

Smartphone (please complete the following information):

  • Device: iPhone 14 Pro Max
  • OS: iOS 17.4.1

Additional context The transaction when crashing went through to our server. This suggests the subsequent logging step is at fault. Seems to be replicable in that it keeps crashing. We reverted to Frames 4.3.2 & Risk 2.0.1 and the crash does not occur.

kevinpalser avatar Apr 09 '24 07:04 kevinpalser