How to integrate Tez payment gateway in swift iOS?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


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.




1 Answer
1



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






By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

Arduino Mega cannot recieve any sketches, stk500_recv() programmer is not responding

Visual Studio Code: How to configure includePath for better IntelliSense results

C++ virtual function: Base class function is called instead of derived