PushMeBaby 发布证书推送失败

开发证书正常。切换到发布证书报错:SSLWrite(): -9806 0

原因如下:

result = SSLSetPeerDomainName(context, "gateway.sandbox.push.apple.com", 30);   改为
result = SSLSetPeerDomainName(context, "gateway.push.apple.com", 22);//22表示gateway.push.apple.com地址的长度

你可能感兴趣的:(-9806,PushMeBaby)