My React Native application works fine for iOS but authorize callback have undefined in response for Android. provided Android and iOS both have same package Id and bundle identifier.
Application have multiple flavors and i have provided manifestPlaceHolder for every app flavor
Hi @kajal.sharma,
Welcome to the Auth0 Community!
I understand your Android application is returning an undefined
response on the callback. Could you kindly review these articles:
- React Native - Issues with Application ID and Custom Scheme on Android
- Native Mobile App Creation for iOS and Android
Additionally, could you provide a screenshot of the error you are seeing in the app? Do you see any failing logs in the tenant? If so, could you provide an example. As much information as possible will better help me troubleshoot this issue!
Thanks,
Mary Beth
Hi @marybeth.hunter ,
Thank you for the response. I got the root cause of the issue. I have custom domain set on my tenant . The network_security_config file is hindering auth0 callback to be received in android application.
I think i need to add auth0 domain certificate and add domain in network_security_config in order to receive the callback.
Thanks
Kajal