Closed shweta-itilite closed 2 years ago
@shweta-itilite thanks for the submission. Are you able to see any messages in the browser console? https://developer.android.com/guide/webapps/debugging
Thanks for responding. No, I cannot see any message in browser console. signInSuceess event is not triggered after successful signIn in android but same function is working n iOS.
I have installed using yarn add @okta/okta-react-native. Did the configuration as per README.
![Uploading Screenshot 2020-10-01 at 12.08.53 AM.png…]()
Hi @shweta-itilite , can you compare your application to our sample applications, these are working examples of how to achieve login with react native: https://github.com/okta/samples-js-react-native
Hi Robert, I have compared the application used it in the same way.Sample application is working fine but cannot figure out why is is not working in my app. I will list out the steps I have followed. It is redirecting me to okta page but not getting me back after login. Please help me if I am missing anything. 1) yarn add @okta/okta-react-native 2) added in android/build.gradle maven { url("https://dl.bintray.com/okta/com.okta.android") } 3) manifestPlaceholders.appAuthRedirectScheme='callback url'
Hi, The issue has been resolved. It was very small issue. I was using part of callback URL in Capital letter which was creating problem. Please do mention the same in the official document. Although It is small things but, fresher like me or anyone without experience may fail to observe this. Thanks.
The comment above provides a solution.
Thanks for using Okta!
I'm submitting this issue for the package(s):
I'm submitting a:
Current behavior
Expected behavior
Minimal reproduction of the problem with instructions
Extra information about the use case/user story you are trying to implement
Environment
node -v
):