2.0.0
·
29 commits
to master
since this release
🎉 iOS SDK Now Offers Better Support for App Clips!
The iOS SDK has been optimized so that you can include only packages from our SDK which are required by your project. This allows you to have a reduced size of our SDK in your App Clips.
⚠️ Important Change When Upgrading to 2.0.0
If you are upgrading from an earlier version via Swift Package Manager, the card scanner feature will be missing from your app. To re-enable it, go to your target ➝ Build Phases
➝ Link Binary With Libraries
and add DTCardScanner
.
When upgrading via CocoaPods, the DTCardScanner.xcframework is automatically added and the card scanner will remain enabled.
Changed
- Reduced the size of the SDK.
- The card scanner is now an optional component, contained in DTCardScanner.xcframework. This allows you to further reduce the size of the SDK when developing an App Clip.
Fixed
- Rebuilding from Bitcode failed when the app did not include the optional PPRiskMagnes.xcframework.
- The
TransactionDelegate
got notified before the SDK finished dismissing its view controller. - Other minor bugs