Google pay button is not showing on stripe sheet (Apple pay working fine) #1683
Replies: 4 comments 3 replies
-
i'm having the same issue with all recent versions
|
Beta Was this translation helpful? Give feedback.
-
It seems to be a general problem with the stripe android SDK, that causes the G-Pay button to be hidden for the |
Beta Was this translation helpful? Give feedback.
-
Has anyone solved the problem? I have the same problem. |
Beta Was this translation helpful? Give feedback.
-
@nayanbabariya Google Pay is active in my country and I added a real card to Google Wallet, but the g_pay button does not appear in my application. Only when I set testEnv: false does the button appear, but then I get the OR_BIBED_011 error. In addition, I am testing these operations on an emulator instead of a real device. Can you help? |
Beta Was this translation helpful? Give feedback.
-
flutter version: 3.19.3
flutter_stripe: ^10.1.1
ext.kotlin_version = '1.9.22'
classpath 'com.android.tools.build:gradle:8.1.3'
W/WindowOnBackDispatcher(22380): sendCancelIfRunning: isInProgress=falsecallback=androidx.activity.OnBackPressedDispatcher$Api34Impl$createOnBackAnimationCallback$1@ea7f522
I/flutter (22380): inactive
D/AppCompatDelegate(22380): Checking for metadata for AppLocalesMetadataHolderService : Service not found
W/.laundryrunnerz(22380): Accessing hidden method Landroid/view/View;->computeFitSystemWindows(Landroid/graphics/Rect;Landroid/graphics/Rect;)Z (unsupported, reflection, allowed)
W/.laundryrunnerz(22380): Accessing hidden method Landroid/view/ViewGroup;->makeOptionalFitsSystemWindows()V (unsupported, reflection, allowed)
W/WindowOnBackDispatcher(22380): OnBackInvokedCallback is not enabled for the application.
W/WindowOnBackDispatcher(22380): Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
D/TrafficStats(22380): tagSocket(187) with statsTag=0xffffffff, statsUid=-1
W/.laundryrunnerz(22380): Method java.lang.Object androidx.compose.runtime.snapshots.SnapshotStateMap.mutate(kotlin.jvm.functions.Function1) failed lock verification and will run slower.
W/.laundryrunnerz(22380): Common causes for lock verification issues are non-optimized dex code
W/.laundryrunnerz(22380): and incorrect proguard optimizations.
W/.laundryrunnerz(22380): Method void androidx.compose.runtime.snapshots.SnapshotStateMap.update(kotlin.jvm.functions.Function1) failed lock verification and will run slower.
W/.laundryrunnerz(22380): Method boolean androidx.compose.runtime.snapshots.SnapshotStateMap.removeIf$runtime_release(kotlin.jvm.functions.Function1) failed lock verification and will run slower.
D/TrafficStats(22380): tagSocket(171) with statsTag=0xffffffff, statsUid=-1
D/TrafficStats(22380): tagSocket(179) with statsTag=0xffffffff, statsUid=-1
D/TrafficStats(22380): tagSocket(186) with statsTag=0xffffffff, statsUid=-1
D/EGL_emulation(22380): app_time_stats: avg=12.17ms min=2.79ms max=72.01ms count=50
D/CompatibilityChangeReporter(22380): Compat change id reported: 171228096; UID 10187; state: ENABLED
Beta Was this translation helpful? Give feedback.
All reactions