Fusion auth login error - react-native
-
When I changed the compileSdkVersion and targetSdkVersion from 29 to 30 which is now required for google play, the login process does not work. When I try to login, fusion auth shows that error, attach the image below.
-
I built this out last week and was able to have everything run correctly on iOS simulator.
Here are my Gradle files (excerpted)
buildscript { ext { buildToolsVersion = "30.0.2" minSdkVersion = 21 compileSdkVersion = 30 targetSdkVersion = 30 ndkVersion = "21.4.7075529" }
Are you able to try this on a macOS? It may not be necessary, but would be good to know if the problem is limited to Android or not. I can try building with the android simulator today or tommorrow and let you know if I run into any difficulty.
Josh
-
@joshua said in Fusion auth login error - react-native:
"30.0.2"
Hello, thanks for your reply.
This problem only occurred on android and I just copied your gradle configuration and I get the same error. I use react native 0.60.5I attach images:
-
Apologies for the delay. I was not able to test the andriod portion of this very well on my Mac. Is this still an open issue for you?
Thanks,
Josh