271 questions with no upvoted or accepted answers
8
votes
2
answers
1k
views
Identifying refunded Play Store downloads
Play Store is now automatically approving refunds if they happen with 2 hours after the purchase. I have an Android App where people can create and control a VPS gaming host from the app. That is, ...
7
votes
1
answer
1k
views
Google Wallet / Android Pay integration in Xamarin Forms
I have Xamarin project targeting both Android and iOS platforms using Xamarin.Forms. I searched but I can't find an answer or any information about that.
Is there any way I can integrate Google ...
6
votes
1
answer
368
views
Can we use Google pay as secondary method in Android Application?
Can we use Google pay as secondary Payment method in Android Application? Our Application have other payment method like as PayPal and One more thing our App provide digital services only and Google ...
6
votes
0
answers
456
views
Google Pay Integration showing This payment option is no longer available for in this app
I am working on a Xamarin project integration Google Pay. I get the buy now button, but when I press it I am getting this message: "This payment option is no longer available for in this app"
I am ...
6
votes
0
answers
725
views
How detect NFC payment on app?
Is it possible to detect when an Android, with payment app on it, is used to make a payment by tapping the NFC reader? (For example, going on a bus or train.)
Can you register or detect in some way ...
6
votes
0
answers
1k
views
Add Loyalty Card to Google Wallet from App
I have followed this site, https://developers.google.com/wallet/objects/savetowalletnative, that shows how to implement a way to create and save a loyalty card to Google Wallet. It seems the Wallet ...
6
votes
1
answer
939
views
Android paytm like wallet implementation
I want to implement a custom wallet in my android app. But I cant differentiate which mechanism follow to implement the wallet. Can anybody help me the detail process to implement the custom wallet. ...
5
votes
1
answer
3k
views
Multiple Google Merchant accounts for a single Google Play Developer account?
I am developing an Android application for another company. I would like to release this application under my own Google Play account. The application will have in-app billing.
Can I have multiple ...
5
votes
1
answer
3k
views
Google Wallet : No forms of payment available
I'm new to developing Android apps and some apps of mine are paid.
5 people have bought my app till now.
Google Wallet notices that "You have no valid forms of payment available.
This account has no ...
4
votes
0
answers
871
views
Validate Google Wallet JSON
Before going deeper into coding it, I'm trying to create a valid Google Wallet JSON "by hand", but it seems that Google's own example doesn't pass their own validation tool, or I must be ...
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 ...
4
votes
0
answers
461
views
Android - Google Wallet API - Insert a Pass to the Google Wallet without using server side
is it possible to insert a pass to Google Wallet without calling a custom API? I want to insert a membership card (EAN code with some informations)
I found this:
https://developers.google.com/wallet/...
4
votes
0
answers
148
views
Google in App Billing verification failed sometimes
Our server is not able to verify signature for Google Wallet sometimes. Sometimes it works, sometimes verification failed.
We are using following guide - https://developer.android.com/google/play/...
4
votes
1
answer
652
views
Testing Chrome In App Payments
I am looking to integerate IAP (https://developer.chrome.com/webstore/payments-iap) in to my extenstion but I can't seem to find a way to test payments.
If I switch the env to sandbox I get and error ...
4
votes
0
answers
617
views
Not able to create merchant sandbox account for google wallet api for digital goods
I am trying to integrate my django web app with google wallet api for digital goods to handle payments. I am using this tutorial: https://developers.google.com/wallet/digital/docs/tutorial
For ...