I am using univeral link to use shopify API in react native and it works well on ios and android.When I login at first time, redirect from safari to app after oauth is complete. But if user try to login again, that is, if user try again oauth then no redirect to app. It looks safari save cookie and so user don't input username and password anymore, but no redirect to app. But on android, it working. Only not working on ios.
So I clear the safari cache and then try to do oauth then shows login form and redirected to the app after oauth complete.But on android, working well even though don't clear cache.I will appreciate if anyone helpe