PushMeBaby使用

github 下载地址
https://github.com/stefanhafeneger/PushMeBaby

1.运行如果报错,那么导入CoreServices.framawork
替换这句 #include 为 #include
2.把你的推送证书.cer 文件更改名为apns.cer,放入工程中,代码中是通过
self.certificate = [[NSBundle mainBundle] pathForResource:@"apns" ofType:@"cer”];取你的证书文件的
3.在输入框中粘贴进去你的deviceToken,注意不要带<>,空格可以有
4.可以开心的测试了~

你可能感兴趣的:(PushMeBaby使用)