We implemented PushSharp to send push notifications to our corporate iOS devices. This is sent from a Windows machine, and we configured the PushSharp code to be called from the console application, which is scheduled to run every minute (checks SQL Server DB for push notifications to send, and then sends what is returned). All this works fine, but I could not find an example of how to call the feedback service with this library. I see that there is a FeedbackService.cs class that tries to handle connections to Apple's feedback service, but the documentation does not describe how it works or how you use it.
Does anyone have a good tutorial or example of using a feedback service?
user1627842
source share