-
Couldn't load subscription status.
- Fork 646
Description
Environment
- Android Studio version: 3.4.1_
- Firebase Component: Dynamic Link_
- Component version: _17.0.0
- com.google.firebase:firebase-dynamic-links:17.0.0
Problem
I just implemented dynamic link these days, and encounter a problem.
When i tap the dynamic link and it will lead me to the google play, and after i installed the app, a "continue" button will show, and when i tap the "continue" button , it will lead me to the deferred link page as i expected. until now, everything works very fine,

but if i open the app directly instead of tapping the "continue" button, it will not lead me to the page i expected. is this a bug or by design behavior, why not send "com.android.vending.INSTALL_REFERRER" broadcast, so we can jump to the expected page even if i open the app first time through tap app icon instead of tap "continue" button in google play.