我在实机测试时是没有问题的
但上TestFlight 却一直没办法发送
首先,我使用的是 production的証书,app id也有开启推送服务
依这个网址教学产生product 跟 pem
http://www.jianshu.com/p/fb18...
http://gnehcic.azurewebsites....
不知道下面的流程有没有错
首先 产生product profiles的方式
产生 push Nofification 証书
产生的兩種証書
app id 也都开启了推播
产生Certificates.p12
依此方式 产生 ck_p.pem
xcode code signing 选择 ios distrbution
以上是app的设置
而 php 方式 如果我的ck_p.pem是正确的应该是会出现 发送成功的讯息
但我这里却是错误讯息
所以我才会怀疑,是不是我ck_p.pem的制作方式错了?那到底错在哪里?
我昨天弄了一整天,爬文爬了一整天,改了app 也改了二十余次,就是不知道哪里有问题,请各位大哥分享经验 ~~~~ >"<~
I found a mistake. I should use the aps.cer generated by apple push to make pem instead of the cer generated by production. It has been successfully sent now,
I just tested it, and there is no problem sending PHP, but I still haven’t received the push... What is the wrong setting?