How to open my app with a server url?

Please provide the following:

  1. SDK Version: 48
  2. Platforms(Android/iOS/web/all): Android
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

Hi,
when I open my app with Expo Go, everything is working with this url. I’m able to read the server url and the url params:
exp://192.168.51.28:19000/?smartToken=sFC4XDIlewUPE%2Fo0xtmg5Q%3D%3D&mode=reservation

After I built an apk and read a QR code, it tries to navigate me to this route:
smart-ticket-expo:///192.168.51.28:19000

I opened this URL:
smart-ticket-expo://192.168.51.28:19000/?smartToken=sFC4XDIlewUPE%2Fo0xtmg5Q%3D%3D&mode=reservation

and I get Unmatched route error.

What is the difference between the Expo go and the apk linking?

Thanks you

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.