Skip to content

1.4.0

Compare
Choose a tag to compare
@skirsche-ieffects skirsche-ieffects released this 21 Jun 13:05
· 33 commits to master since this release

Added

  • Runs in Simulator on Apple Silicon Macs
  • Installation via CocoaPods pod 'Datatrans'

Changed

  • ⚠️ Uses PPRiskMagnes.xcframework instead of including it as a static library. After upgrading from a previous release via SPM, you have to add PPRiskMagnes to your "Link Binary With Libraries" build phase. Otherwise your app will fail to launch with "dyld: Library not loaded: @rpath/PPRiskMagnes.framework/PPRiskMagnes". Another option to bypass the error is to delete and re-add the package to your project.
  • It is no longer necessary for your app to keep a reference to the running Transaction/TokenizationRequest

Fixed

  • Dismissing PayPal sometimes also dismisses the bottom sheet on slower devices