ios - Push notifications not working unless it's on TestFlight or AppStore -
i'm having problems push notifications on development. used apn tester , in return:
connected server gateway.sandbox.push.apple.com set ssl connection set peer domain name gateway.sandbox.push.apple.com keychain opened certificate data apple push services: com.boardinc.board initialized failure creating sec identity, error code -25300 failure creating client certificate, error code -50 failure performing handshake, error code -9824 token: <0c6586f1 3933b8df 5da790a4 dd82e6c6 6cd7245e f27590c1 8c8ede44 53d8912d> failed sending data gateway.sandbox.push.apple.com:2195 error: -9806, error code -9806 disconnected server gateway.sandbox.push.apple.com:2195
i can't seem find reason why security identity not being created.
i tried doing release , debug tokens same result. gateway development , adhoc/production. no success.
now, push notifications work fine on testflight , in appstore. don't know can start. suggestions?
thank much.
so guys if of having same issue, solution follows:
- wiped clean developer certificate , create new 1 associated provisioning profiles new certificate
- load new provisioning profiles in xcode
- rebuid ssl handshake .pem file (tutorial https://www.raywenderlich.com/123862/push-notifications-tutorial)
Comments
Post a Comment