Questions tagged [fbsdkappinvitecontent]
10 questions
4
votes
1 answer
Android facebook sdk appinvites AppInviteDialog white screen
Hi im having this problem, when i try to send facebook appinvites from my android app it just hangs on this white dialog forever: . I've tried in emulators and real devices and it just keeps doing the same. I followed this guide:…

EstebanA
- 139
- 1
- 6
3
votes
0 answers
AppLinkData.CompletionHandler never resets
I'm using FB AppInvite with a deep link. When I press the "Open" from the invite I get the deep link correctly.
The problem is that once I do that, all subsequent activations of the app are activating the onDeferredAppLinkDataFetched() callback…

Gili Garibi
- 416
- 2
- 13
2
votes
0 answers
If deep link and appInvite both are implemented how will a normal URL work (non-invite URL)?
I have implemented both AppInvite as well as normal DeepLinks like
added hosts : www.abc.com as well as www.abc.com and pathPrefix as /referrals .
i want to know
if app isn't installed and we click on the Dynamic link will AppInvite.getInvitation()…

Rugved Mahamune
- 546
- 1
- 5
- 8
2
votes
1 answer
App Invites facebook | not getting notification on iOS but getting in android however invitation is listed in facebook -> apps -> app invites
I had added facebook app invite feature in my app below is my code sending app invitations
let content = FBSDKAppInviteContent()
content.appLinkURL = NSURL(string: "applinkurl")
content.appInvitePreviewImageURL = NSURL(string:…
user4952581
1
vote
1 answer
getting error in FBSDKAppInviteDialog (Error Domain=com.facebook.sdk.core Code=9 "(null)")
i have succesfully created AppId in facebook.developer.i also add urlscheme in info.plist file.
here is my code
var inviteDialog : FBSDKAppInviteDialog = FBSDKAppInviteDialog()
if(inviteDialog.canShow()){
let appLinkUrl:NSURL =…

Jigar
- 1,801
- 1
- 14
- 29
1
vote
0 answers
Android App Invites does not show in notification Facebook android however linvitation is listed in facebook/apps/app invites
I'm using App Invites feature from android Facebook SDK.
I have a issue that is when I sent invitation to my friend but this invitation didn't show in notification friend's Facebook Android Application however invitation is listed in…

user3854275
- 21
- 2
1
vote
2 answers
FBSDKAppInviteDialog doesn't load list of friends
UIWebView page that was opened by showing FBSDKAppInviteDialog doesn't load list of friends as usual, but stops either at an empty page state or at the infinite loading indicator state.
let text = "invite text"
content.appLinkURL =…

skyylex
- 855
- 1
- 10
- 24
1
vote
1 answer
what is AppLink URL in FB.Mobile.AppInvite in Facebook SDK for Unity? and how to get it? or make it?
I am using Unity 5.3.4f1 and Facebook SDK for unity 7.4
The problem is poor documentation and not having step by step guide to facebook SDK FB.Mobile.AppInvite…

Murad Dasi
- 11
- 1
- 3
0
votes
1 answer
Is there a way to pass custom data through FBSDKAppInviteContent when using Facebook's Mobile Hosting API?
I'm trying to send data through an iOS Facebook app invite with Swift, which will then be attached to invite when the user responds. My understanding is that this is similar to deep linking, however, I'm not sure whether I can send custom data when…

SuperCodeBrah
- 2,874
- 2
- 19
- 33
0
votes
1 answer
Facebook iOS invite doesn't reach the invitee
I'm using FBSDKAppInviteContent to invite people to my app. I'm able to go through the wizard (after finally resolving an error about my app link which was incorrect, now it's not) and the invite was sent. No hiccups, and the delegate responds with…

Mattias Farnemyhr
- 4,148
- 3
- 28
- 49