0

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?

Mayank Balar
  • 201
  • 2
  • 8

1 Answers1

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