1

I am generating a QR code from my Firebase dynamic link but when I scan it with an android device's camera I'm transferred to this page -

enter image description here

Instead of being sent to the google store.

I don't know what exactly is broken... did anybody got this page before? is it a Firebase dynamic link problem? android problem? is it my QR? the scan? is it something I'm doing wrong? Thanks.

ozd
  • 1,194
  • 10
  • 34
  • What's the url if you scan the QR code with a regular barcode scaner? – Morrison Chang Dec 15 '20 at 00:28
  • I don't understand the question... the same url as in the picture. which is a valid url, when I copy and paste it to the url line in chrome it's taking me to the google store as it should do when I scan it. – ozd Dec 15 '20 at 00:33
  • I would try to [Capture HTTP Requests with non-rooted android device](https://stackoverflow.com/q/17684936/295004) to see if what I'm sending to the server is the same as what is being sent by Chrome. Hidden characters in the url string or server side configuration is my current guess. – Morrison Chang Dec 15 '20 at 00:40

1 Answers1

0

This is because dynamic links don't start with "www"

woshitom
  • 4,811
  • 8
  • 38
  • 62