简体   繁体   中英

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/ ).

Is anyone know from where I can get documentation guide to implement Tez in my app?

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.

Looking forward for the guidance.

That is not possible, if Google is not providing any framework to integrate the payment for iOS. Wait for the time, till the Google launch framework for 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.

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). 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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