expo-payments-stripe doesn't work on real android device

  1. SDK Version: “expo”: “~40.0.0”, “expo-payments-stripe”: “~8.4.0”
  2. Platforms: Android

Hi All,

I try to use https://docs.expo.io/versions/v40.0.0/sdk/payments/ in my project. It is stated that “Stripe is supported in the managed workflow for Android” however it crashes for me on a real device. It works perfectly on the emulator and on the device with Expo Go but it doesn’t work as a standalone installed apk created by “expo build:android -t apk”. I have uploaded my reproducer here Bitbucket If you run it crashes all the time. It is the setOptionsAsync method. I found many complaints about it on the net but none of the suggested solutions worked for me.

Any idea how to fix this issue?

Thx

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.