Skip to main content
1 vote
1 answer
389 views

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(...
Jigar's user avatar
  • 1,811
0 votes
1 answer
60 views

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, ...
SuperCodeBrah's user avatar
1 vote
0 answers
57 views

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 ...
user3854275's user avatar
1 vote
2 answers
412 views

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 = ...
skyylex's user avatar
  • 815
4 votes
1 answer
796 views

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 ...
EstebanA's user avatar
  • 139
2 votes
0 answers
132 views

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 ...
Rugved Mahamune's user avatar
2 votes
1 answer
531 views

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....
user avatar
1 vote
1 answer
4k views

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 in: https://developers.facebook.com/docs/...
Murad Dasi's user avatar
3 votes
0 answers
426 views

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 ...
Gili Garibi's user avatar
0 votes
1 answer
117 views

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 ...
Mattias Farnemyhr's user avatar