Reputation: 177
I am using the AppInvite in Facebook SDK for iOS.The problem is the end Users/Friends whom the AppInvite is sent to, don't receive the push notifications The Users dont have the App installed.And the Applink url is working fine.
The app is running in production mode, have already added the users as TestUsers also.
Upvotes: -1
Views: 254
Reputation: 121
From Facebook docs at App invites
If the person already has the app installed, they will not receive a push notification.
So make sure you uninstall the application from the device which receiving the invitation.
Upvotes: 0