ios - Apple Push Notification Service and certificates, how does it work? -
i confused how apns certificates work. have 1 paid apple developer account use. downloaded apn tester sends out test notification using apns certificate created. , works fine on 1 computer.
but exported developer profile mac , ran same apns certificate tester , error code saying error handshaking.
why work on 1 computer , not same developer profile? have tested xcode projects , can run them both on either computer same signing identity.
how work our server send out apns notifications? computer need it's own developer profile able send them out?
please help, thanks!
when certificate created, paired private key in mac's keychain. when export certificate mac, export private key because without private key certificate not work.
regarding how work on server, depends on server. if have php server please have on great ray wenderlich tutorial. node.js can @ this. or can search others.
Comments
Post a Comment