What I'm doing?
I'm trying to send invitation to my Facebook friends using FBSDKShareKit
.
Is it working?
YES – but only with test users (and not with real users).
What's the problem?
- Getting push notification for the invitation
- Getting notification inside Facebook app
- Able to see invitation
- If app installed then Facebook will redirect to app else will open AppStore for Installation.
These all working fine – but only with test users and not with real users accounts.
Some facts :
- My Facebook app is live and publicly available.
- The app I'm trying to invite for is not live yet. So I'm using an app id of other app. However this is working (as I've explained above).
- With real user accounts its working – showing success once I invite to other users, but they will never receive push and inside app notification about that invitation.
Your suggestions ?
- As you know this is something really strange ! Its working with test users and not with real users, what I'm doing wrong?
- Any thing that I'm missing?
- How do I make sure that it'll surely work with real accounts when my app will go live!