Reputation: 584
I am currently developing an iOS app which is integrated with Facebook SDK for inviting users to use the app. The iOS app is not on the apple store since it's under development (obviously). However, when I use a test user to invite Facebook friends, no-one of his test friends receive a Facebook notification about it.
This is what I've done on Facebook: I have created an test app and created an app link with Facebook's tool. I created test users for my test app.
This is the workflow with my iOS app: I have a Facebook login button in my app. When a user logs in, there's a button to invite friends. When user clicks on it, it opens the Facebook invite dialog. User can select friends and invite them. Everything seems to work on that end (no errors whatsoever).
Anybody has an idea of what's wrong with my setup?
Thanks, J
Upvotes: 1
Views: 937
Reputation: 584
The easiest way I found was by creating a dummy Facebook Canvas App for my Facebook app. I would then get notifications when I share the 'private' app, as mentioned here: App requests successful, but no notification shown
Upvotes: 0
Reputation: 550
Fill out your Facebook Application Settings with the App ID of an already existing app, it doesn't have to be yours.
The only requirement is that it is live on the App Store.
Upvotes: 1