简体   繁体   English

如何在快速的iOS中集成Tez支付网关?

[英]How to integrate Tez payment gateway in swift iOS?

I want to implement google's Tez payment into my app, but as far I found that google provides api integration guide for web and android only( https://developers.google.com/tez/documentation/ ). 我想在我的应用程序中实现Google的Tez付款,但是到目前为止,我发现Google仅提供了针对Web和android的api集成指南( https://developers.google.com/tez/documentation/ )。

Is anyone know from where I can get documentation guide to implement Tez in my app? 有人知道我可以从哪里获得在我的应用程序中实现Tez的文档指南吗?

If no source available, then shall we redirect our app to the Tez app in iOS Appstore?, if this'll be the case, then how can I redirect to my app after the successful payment in Tez app. 如果没有可用的来源,那么我们应该将我们的应用重定向到iOS Appstore中的Tez应用吗?如果是这种情况,那么在Tez应用中成功付款后如何重定向到我的应用。

Looking forward for the guidance. 期待指导。

That is not possible, if Google is not providing any framework to integrate the payment for iOS. 如果Google没有提供任何框架来集成iOS付款,那是不可能的。 Wait for the time, till the Google launch framework for iOS. 等待时间,直到Google启动iOS框架为止。

You can redirect the user to Tez App on AppStore, but it won't help, because you will not get the idea about the payment status as well as cannot redirect back to your app. 您可以将用户重定向到AppStore上的Tez App,但这无济于事,因为您将不了解付款状态,也无法重定向回您的应用。

Hope it helps 希望能帮助到你

As a possibility, you can implement Tez framework on server side , and integrate it through your iOS app using web service (Since iOS SDK is not available). 您可以在服务器端实现Tez框架 ,并使用Web服务通过iOS应用程序将其集成(因为iOS SDK不可用)。 But remember to check the apple review guideline about payments through a 3rd party framework because you might have to justify them the use of it for approval. 但是请记住查看有关通过第三方框架付款的苹果审查指南,因为您可能必须证明他们使用它进行批准的合理性。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM