Test Firebase Dynamic Links for Unpublished App

后端 未结 2 1035
天涯浪人
天涯浪人 2020-12-31 15:12

I have a dev version of my app that is not published in the Play Store. I would like to test dynamic links with it, but whenever I click a dynamic link, it opens the play st

2条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-31 15:49

    The other answer above is technically correct, but you can get close to simulating the real behavior without putting anything on the Google Play Store.

    • If your application is installed, the dynamic link will open your application. This is true even if your app is not listed on the Play Store. If this is not working for you, your app is not properly set up to receive dynamic links.
    • If your application is not installed, you will be taken to the Play Store and you will see app not found. After, you can sideload the app to simulate a Play Store install.

提交回复
热议问题