I am creating a demo project with xamarin and in that, I want to list down payment methods to pay. In that list, I want to add google pay. So that users can click on the google pay button and make payments using the google pay application. I want to know the implementation for iOS as I have found implementation for android. I have checked for the same but did not find anything fruitful. Can you please provide me the solution for that?
Asked
Active
Viewed 86 times
0
-
Why would you think that Google Pay would be an option on iOS? ApplePay is what you would use on iOS. – Paulw11 Mar 04 '22 at 12:08
-
@Paulw11 I need to implement Google Pay as most of the people are using Google pay in India. – Mayank Balar Mar 04 '22 at 12:37
1 Answers
0
Google Pay
is only available on Android and Web .
However it seems there are some ways to implement Google Pay in India.
Refer to official docs , link1 , link2 .
But We still recommend you to use Apple Pay, it is the best way .

ColeX
- 14,062
- 5
- 43
- 240