iOS push message using PHP - Success but push message not receive in iPhone
There are several things to check. Ask yourself these questions:
- Are you using correct device token?
- Are you successfully telnet/ping the push message server (start with ssl://)
- Did your network set to block outgoing connection to push message server?
- Did your network set to block getting device token?
- Are you using correct certificate?
The last point is most critical: An app build using distribution cert WOULD NOT receive push message using development cert, and vice versa.
Make sure you are using correct cert when you are doing your test.
Hope it helps someone.
Comments