0

I:m implemnting payement in react native and we should redirect user to specific screen within the app after payement, payement is proceeded outside the app in a browser and redirects us to provided returnUrl So here's the scenario, i configured deeplinking in the app and tested everything is working fine, deeplink = myapp://payment_result Tested with : npx uri-scheme open "myapp://payment_result" --android The URL provided to thr bank as returnUrl is : myapp://payment_result When user clicks payement button we open bank payement URL with a browser, we pay and the bank redirects us to the provided returnUrl which should open the payement result screen. My question is should the app be published to the store to be able to do this ? How the browser and the app are linked ? Can anyone please explain to me ,? Should i use Universal linking ? I learned in an article that the app should only be installed.

Zero0
  • 371
  • 4
  • 15

0 Answers0