I'm implementing Google App Invite mechanism in my application according documentation. Invite sending works perfectly, but button "Install" has a very strange behaviour. Early the button worked more or less normal and click on "Install" opened existing app, but sometimes lead to market. But then this button ALWAYS leads to market ignoring fact that application already installed on device. In logs i see every time this action by click "Install" button:
I/ActivityManager﹕ START u0 {act=android.intent.action.VIEW cat=[android.intent.category.BROWSABLE] dat=https://play.google.com/store/apps/details?id=package_name&referrer=invitation_id=730634750615-510508a7-7651-4692-a4f8-f221f57b30e2&deep_link_id=http://mydeeplink.com/data flg=0x10000000 cmp=com.android.vending/com.google.android.finsky.activities.MainActivity (has extras)}
What can i do wrong? Why "Install" button click leads to Google Play ignoring installed application on device? Thanks.