Mark Murray
Mark Murray
Hey @joshgare, we've added support for handling custom URL schemes in [3.1.0](https://github.com/Shopify/checkout-sheet-kit-swift/releases/tag/3.1.0). Payment providers such as iDeal use buttons with deep links on their web pages which link to other...
Hey @sumeyyekazanci, can you provide some sample code to demonstrate how you're using the kit? Any videos or logs would also be helpful for us to debug.
Here is some sample code if using SwiftUI to integrate → https://github.com/Shopify/checkout-sheet-kit-swift/blob/d319147ec5e4cb113f0b27a955aecd4b4d71fc19/Samples/SwiftUIExample/SwiftUIExample/CartView.swift#L63-L100 You can also configure the `logLevel` of the kit to `.all` to output more information. ```swift ShopifyCheckoutSheetKit.configuration.logLevel =...
@microsoft-github-policy-service agree
Sounds good, thanks @Skn0tt 👍
This shipped as part of [3.3.0](https://github.com/Shopify/checkout-sheet-kit-react-native/releases/tag/3.3.0)
This was released as part of [3.0.4](https://github.com/Shopify/checkout-sheet-kit-react-native/releases/3.0.4). Thanks for contributing!