如何从 MacOS 桌面 swift 应用程序与 Stripe 支付网关集成
How to integrate with Stripe payment gateway from MacOS desktop swift application
我们有一个用 Swift 编写的 MacOS 桌面应用程序。当我尝试与 Stripe 支付网关集成时,它说平台不受支持。我知道它可以在移动设备上使用。但是桌面呢?后端不是问题。我们已决定为后端使用 spring 启动应用程序。
听起来您正在尝试使用 Stripe's iOS SDK in a macOS application, but Stripe's iOS SDK does not support macOS at this time。
最好的选择是基于网络的 Stripe 集成,您 link 从应用程序内部或使用网络视图显示。
我们有一个用 Swift 编写的 MacOS 桌面应用程序。当我尝试与 Stripe 支付网关集成时,它说平台不受支持。我知道它可以在移动设备上使用。但是桌面呢?后端不是问题。我们已决定为后端使用 spring 启动应用程序。
听起来您正在尝试使用 Stripe's iOS SDK in a macOS application, but Stripe's iOS SDK does not support macOS at this time。
最好的选择是基于网络的 Stripe 集成,您 link 从应用程序内部或使用网络视图显示。