Google Pay: Unexpected Developer Error, please try again later
See original GitHub issueThe problem
When Android Pay is used with live stripe key, I get the error Unexpected Developer Error, please try again later
. Can someone guide me here? My androidPayMode
is test
.
Environment
-
tipsi-stripe
version: 6.1.0 -
Android
-
OS version: Mac OS High Sierra 10.13.6
-
React-Native version: 0.53.3
-
(Android only)
com.google.android.gms:play-services-base
version: 11.4.2
For Android
, please provide the following sections from android/app/build.gradle
:
- android.compileSdkVersion 26
- android.buildToolsVersion: 26.0.2
- android.defaultConfig.minSdkVersion 19
- android.defaultConfig.targetSdkVersion: 26
- android.defaultConfig.multiDexEnabled true
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:8
Top Results From Across the Web
javascript - Unexpected developer error, please try again later
I was getting the error in the title because like I said Google Pay wasn't supported fully by 'React-Native-Payments' which in turn didn't ......
Read more >Troubleshooting | Google Pay API for Android
This error indicates that the app uses ENVIRONMENT_TEST and doesn't receive real payment ... An unexpected error has occurred. Please try again later....
Read more >What do I need to do to fix "unexpected developer problem" error
When trying to make an online purchase I get unexpected developer error try again later (it's happened with two different locations).
Read more >Unexpected developer error when using G Pay. : r/Gameflip
I'm trying to add funds using Google Pay and keep getting an unexpected developer error. Is this working for anyone?
Read more >Unexpected developer error, please try again later Google pay
Im facing this issue when I try to use google pay. enter image description here. Note: It's working in sandbox environment.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Try this command
adb -d logcat -s WalletMerchantError
in your terminal after connecting your device. May be you will get some clue from there.@SarjuHansaliya please say how can I use this command. I’ve got just -Waiting for the device - in the terminal. And in logcat nothing appears. I’ve connect to adb, in adb devices I have my device. Debugging with WIFI, Android 12.