
RaviA.34990 (Customer) asked a question.
I installed `"@okta/okta-react-native": "1.4.0"` in my React Native Project (v0.62.2). The OIDC works perfectly for any version of API level in Android Virtual Devices, but when I try to run the same project on a real device, then the popup to login never appears.
All versions related to this issue are:
- React Native: 0.62.2
- @okta/okta-react-native: 1.4.0
- Android Version (Real device): 7.0 *(Not working in this device)
- Android Version (Real device): 10.0 *(Not working in this device)
- npm: 10.18.0
Tested successfully on following AVDs:
- Api level 27
- Api level 28
- Api level 29
This issue only appears on Android real devices, not in simulators or in iOS environments.
After generating a release apk to test on real devices:
- Works on real device with Android version 10.0
- Doesn't work on real device with Android version 7.0
Is this have to do something with the minimum sdk which we provide in `build.gradle` i.e, 19 for my project or any other reason?

Were Android 9 or 8 devices tested and is this setup working on an AVD with API level of 25 or below?
You can also post this question over at https://devforum.okta.com/ or submit a ticket with developers@okta.com for additional assistance
I am seeing the same issue. @RaviA.34990 (Customer) were you able to solve it?