android - Facebook deep link do not opens Google Play when APP not installed -


i developing android application facebook login , sharing, , deep linking. when user have app installed, goes well:

  1. facebook login/logout

  2. share link share dialog (feed dialog when fb app not installed)

  3. launch app applinkdata when clicking news feed shared app

however when app not installed, news feed open shared link browser. want news feed shared app can send people app's google play page. can give me hints? in advance!!

here want have done application:

  1. i created new app in facebook developer page. enabled single sign on & deep linking in setting page http://i.stack.imgur.com/km9tn.png

  2. i added custom url scheme in androidmanifest.xml

i've read linking app news feed section facebook below: https://developers.facebook.com/docs/android/share#applinks

saying when person clicks on story generating app, facebook check app installed? , mobile only?.

how can set mobile only android application?

i appreciate if kindly give me feedback. thank much!

deeplinks not come automatic fallback. if user clicks 1 , not have app installed, either see blank page or error message.

if want deep links redirect google play store, can set fallbacks using facebook’s app links protocol on website. in case fallback google play store. according app links, facebook should respect protocol , fall google play store.

https://developers.facebook.com/docs/android/share#linking


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -