I have created simple facebook app (not a game). Now i want to send notification to my facebook users how can i send notification to them.
I am sending app request to them but it does not triggers notification. How to notify user about app request.
I have created simple facebook app (not a game). Now i want to send notification to my facebook users how can i send notification to them.
I am sending app request to them but it does not triggers notification. How to notify user about app request.
Copyright © 2021 Jogjafile Inc.
Get the Facebook sdk. Information can be found here: https://developers.facebook.com/docs/ios/getting-started/
You can try:
This will create a dialog box that asks you to confirm if you want to send the request. Once you confirm it should send.
If that doesn't work check out this: Facebook App Requests aren't shown on iOS devices?