iOS Push Notification: cannot find vaild connection
问题 I'm trying to setup push notifications on my local parse server. I get this error when trying to send a push: parse-server-push-adapter APNS cannot find vaild connection for 9a86...21 (The error repeats for every installation device token.) Any ideas? My server code: var api = new ParseServer({ databaseURI: databaseUri || 'mongodb://localhost:27017/dev', cloud: process.env.CLOUD_CODE_MAIN || __dirname + '/cloud/main.js', appId: process.env.APP_ID || 'myAppId', masterKey: process.env.MASTER