Square 应用程序有自定义 URL 方案吗?
在我的 iOS 应用程序中,作为移动支付选项的一部分,我想引导设备上安装了 Square 应用程序的用户使用它作为支付选项。
Square 使用的自定义 URL 方案允许我从我的应用程序中启动他们的应用程序吗?
In my iOS app, as part of the mobile payments options, I'd like to direct users who have the Square app installed on their device to use this as a payment option.
Is there a custom URL scheme that Square uses that would allow me to launch their app from within mine?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,Square 应用程序确实有一个您可以调用的自定义 URL 架构:
square://
您还可以通过以下方法查看该应用程序是否已安装:
Yes, the Square app does have a custom URL schema you can call:
square://
You can also see if the application is installed by the following method:
Square Pay 应用程序使用 URL 方案 square-pay://
The Square Pay app uses the URL Scheme square-pay://