shaojiankui / SmartPush

SmartPush,一款iOS苹果远程推送测试程序,Mac OS下的APNS工具APP,iOS Push Notification Debug App
MIT License
2.19k stars 491 forks source link

Apple Sandbox Push Services类型证书问题 #28

Closed roger-int closed 2 years ago

roger-int commented 2 years ago

选择Apple Sandbox Push Services类型的证书,提示"不是有效的推送证书"?

image
hrlr1230 commented 2 years ago

看推送请求那里,有人提了解决方案, SecManager.mm文件 isPushCertificate方法下,加多行判断 “|| [name rangeOfString:@"Apple Sandbox Push Services:"].location != NSNotFound”即可