菜鸟教程小白 发表于 2022-12-11 16:42:38

iOS:嵌入在 UIViewController 中的 strip 结帐 UI


                                            <p><p>在 <a href="https://stripe.com/checkout" rel="noreferrer noopener nofollow">https://stripe.com/checkout</a> 的附加屏幕截图中, Stripe 让您看起来可以将 Stripe 结账 UI 嵌入到 ViewController 中,但我在 iOS 的任何地方都找不到 UI 的下拉菜单,它们只提供 javascript 实现。有谁知道我在哪里可以获得 iOS 实现?</p>

<p>截图:</p>

<p> <a href="/image/pCCZj.png" rel="noreferrer noopener nofollow"><img src="/image/pCCZj.png" alt="enter image description here"/></a> </p>

<p> <a href="/image/A4KDU.png" rel="noreferrer noopener nofollow"><img src="/image/A4KDU.png" alt="enter image description here"/></a> </p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p> <a href="https://stripe.com/docs/checkout" rel="noreferrer noopener nofollow">Checkout</a>是一个 JavaScript 库,您可以将其嵌入到 Web 应用程序中,或通过 WebView 嵌入到移动应用程序中。</p>

<p>Stripe 还有一个 <a href="https://stripe.com/docs/mobile/ios" rel="noreferrer noopener nofollow">iOS SDK</a>其中包括一个用于收集卡片信息的预构建组件 (<a href="https://stripe.com/docs/mobile/ios#prebuilt" rel="noreferrer noopener nofollow"><code>STPPaymentCardTextField</code></a>),但它与 Checkout 不同。</p></p>
                                   
                                                <p style="font-size: 20px;">关于iOS:嵌入在 UIViewController 中的 strip 结帐 UI,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/37735952/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/37735952/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: iOS:嵌入在 UIViewController 中的 strip 结帐 UI