Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IOS10 Firebase Dynamic Link Show a Blank Page with Open Button. But Why?

blank image show if app not installed

I tried to implement firebase dynamic link. It works perfectly if app installed in device but it shows this page if app not installed.It happens every time i try to go to app store. Does anyone have any solution? Please Let me know.

Thanks

like image 317
D.Developer Avatar asked Dec 19 '22 08:12

D.Developer


1 Answers

If you've created the link manually through firebase console. You can skip the app preview page by editing your link from the console.

-> Dynamic Links 
-> Edit Link 
-> under 'Campaign tracking, social tags and advanced options'
-> check 'Skip the app preview page'

firebase dynamic link skip the app preview page

like image 164
Iris Veriris Avatar answered Dec 24 '22 00:12

Iris Veriris