All Questions
Tagged with google-wallet kotlin
4 questions
0
votes
1
answer
399
views
Fields from textModulesData showing in details screen but not showing on first screen after saving the pass to google wallet (Tabular Format)
I have just created generic class on google cloud and everything is empty and passing below json data to it as below
I have just created generic class on google cloud and everything is empty and ...
4
votes
0
answers
4k
views
Google Wallet API java.lang.SecurityException: Unknown calling package name 'com.google.android.gms'
I am integrating with Google Pay API by referring sample from https://github.com/google-pay/android-quickstart
It was working on my android 10 devices.
But when I do the testing with android 9, and ...
1
vote
0
answers
164
views
Is there a react native package for adding generic passes to google wallet?
I am searching for a react native package which add generic passes into google wallet. There are some old packages that handle .pkpass files. But it's not what i'm looking for. Could anyone help me on ...
0
votes
1
answer
629
views
I am working on a UPI APP. I want to add my app as an option for payment via UPI, in dialog with other payment app
I have added intent-filter in the activity where I am doing the payments. Here are the details:
<activity>
......
<intent-filter>
<action android:name="android.intent.action.VIEW&...