#rain_36679
1 messages · Page 1 of 1 (latest)
Did you request permission to use Camera on your app?
Have you tried this example? https://github.com/stripe/stripe-android/tree/master/stripecardscan-example
Hmm wait a min
i didn't request,After clicking Scan Card for the first time, Stripe requested permission but I refused.
So after refuse permission, you want to open it again and accept it?
Do you just want to unblock yourself, or you want to fix this so it doesn't happen to your customer?
i want to fix this so it doesn't happen to your customer
Hi @pallid estuary if you reject the camera permission request, you need to go to the Apps Setting page to enable it.
But this problem does not occur on iOS system
In iOS, you also need to allow camera access in Settings.
How did the scene in this screenshot appear?
https://developer.android.com/training/permissions/requesting you can consult the android doc to learn more about requesting permission.
I cannot monitor the click event of the scan card button. This click event is completely encapsulated in stripe sdk.