Hello
We are using the SafariViewAndCustomChromeTab plugin to open a browser when we launch our mobile app to trigger our 3rd party authentication.
After authentication, we expect the browser to callback to our application using the app identifier, entry module and entry point we have configured in our database.
However, we are facing an issue in which the browser is unable to re-launch the mobile app after finishing the authentication process.
This is working as expected for all iOS devices, but not for Android.
The app identifiers, entry modules and entry points are the same for Android and iOS.
When trying to debug the issue in the console, we were able to see the correct URL redirect (i.e. <app_identifier>://<entry_module>/<entry_point> with the window.location command.
To help understand the issue, we also noticed this stopped working after a deploy to the app store. Are you aware of any upgrades with breaking changes for Android and not iOS?
Thank you,
ÂAS