We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24da54e commit ceadd8eCopy full SHA for ceadd8e
1 file changed
PushSharp.Apple/ApnsConfiguration.cs
@@ -48,7 +48,7 @@ public ApnsConfiguration (string overrideHost, int overridePort, bool skipSsl =
48
{
49
SkipSsl = skipSsl;
50
51
- Initialize (ApnsServerEnvironment.Sandbox, null);
+ Initialize (ApnsServerEnvironment.Sandbox, null, false);
52
53
OverrideServer (overrideHost, overridePort);
54
}
0 commit comments