ios - Facebook FBSDKAppInviteContent - Missing App Link URL -


do need have own website meta tags app link url use fbsdkappinvitecontent , fbsdkappinvitedialog invite friends?. if put app link url there,

it shows error saying

missing app link url app link used invite not contain android or ios url. developers required enter url @ least 1 platform.

i'm using facebook-sdk ios , fbsdksharekit. know how solve error or warning?

yes, have add meta tags of app link url in website.


ios

as example, let's you've got page located at:

http://example.com/applinks

in page need add metadata describe app handle it:

<html> <head>     <meta property="al:ios:url" content="example://applinks" />     <meta property="al:ios:app_store_id" content="12345" />     <meta property="al:ios:app_name" content="example app" />     <meta property="og:title" content="example page title" />     <meta property="og:type" content="website" />     <!-- other headers --> </head> <!-- other html content --> </html> </head> 

Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -