Open
Description
What version of PushSharp are you using?
PushSharp v3.0.1.0
Describe your issue:
I'm trying to send an APNS notification, it works fine in Console Program. But when I try to use it on my ASP.NET website and call the function "broker.Start();", the broker just can't start. And Got a exception like this:
"Specified argument was out of the range of valid values. Parameter name: creationOptions"
Hope someone can help, thanks.