- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
这是我的 Heroku 日志,我不知道问题出在哪里......:
2016-04-14T09:56:46.723445+00:00 heroku[router]: at=info method=POST path="/parse/classes/Events" host=chilln.herokuapp.com request_id=4b74dc5d-c6e9-41cc-b969-362cf164e623 fwd="80.12.42.35" dyno=web.1 connect=1ms service=544ms status=200 bytes=502
2016-04-14T09:56:52.765295+00:00 heroku[router]: at=info method=POST path="/parse/push" host=chilln.herokuapp.com request_id=632a572e-6b6b-4e45-8b55-fd3743a39f56 fwd="54.155.74.212" dyno=web.1 connect=1ms service=7ms status=200 bytes=482
2016-04-14T09:56:52.796599+00:00 heroku[router]: at=info method=POST path="/parse/classes/Events" host=chilln.herokuapp.com request_id=1d04587e-f44b-4e10-8af4-a96a9807295c fwd="80.12.42.35" dyno=web.1 connect=0ms service=75ms status=200 bytes=502
2016-04-14T09:56:52.736079+00:00 app[web.1]: test
2016-04-14T09:56:52.806494+00:00 app[web.1]: Message was sent successfully
2016-04-14T09:56:52.833462+00:00 app[web.1]: ERR! parse-server-push-adapter APNS cannot find vaild connection for 151b6e146dccc1f9336eca4a3c47188c3fddcf2598d3a7730324ee688e225bf9
2016-04-14T09:56:52.834235+00:00 app[web.1]: ERR! parse-server-push-adapter APNS cannot find vaild connection for b4b91a9124e6f0e49b3dc7b5a5a07529035f4773ebb9a727f51d3c7a7e1fbb87
2016-04-14T09:56:52.834452+00:00 app[web.1]: ERR! parse-server-push-adapter APNS cannot find vaild connection for 1d0f91f81633e75374272ef987e7c67affc8cd59d1d3a09b6a46acc0a07165fb
2016-04-14T09:56:52.834610+00:00 app[web.1]: ERR! parse-server-push-adapter APNS cannot find vaild connection for 5516634cf80839bb193975171d7c89197d2dcc9534aab8586d74248c8474aaa3
2016-04-14T09:56:52.834768+00:00 app[web.1]: ERR! parse-server-push-adapter APNS cannot find vaild connection for 8d2b77001ce5dd6cd9c07fa7184737679ca67e3c65018942b1b5f1406e75c1ea
2016-04-14T09:56:52.834921+00:00 app[web.1]: ERR! parse-server-push-adapter APNS cannot find vaild connection for bf028bb136eb408e4a852a549a14e13f185738e2c562718120b72c937589ba18
2016-04-14T09:56:52.836334+00:00 app[web.1]: /app/node_modules/parse-server/lib/ParseServer.js:333
2016-04-14T09:56:52.836344+00:00 app[web.1]: throw err;
2016-04-14T09:56:52.836345+00:00 app[web.1]: ^
2016-04-14T09:56:52.836346+00:00 app[web.1]:
2016-04-14T09:56:52.836346+00:00 app[web.1]: Error: ENOENT: no such file or directory, open 'cert.pem'
2016-04-14T09:56:52.836347+00:00 app[web.1]: at Error (native)
2016-04-14T09:56:52.848093+00:00 app[web.1]:
2016-04-14T09:56:52.854877+00:00 app[web.1]: npm ERR! Linux 3.13.0-79-generic
2016-04-14T09:56:52.855184+00:00 app[web.1]: npm ERR! argv "/app/.heroku/node/bin/node" "/app/.heroku/node/bin/npm" "start"
2016-04-14T09:56:52.855346+00:00 app[web.1]: npm ERR! node v5.10.0
2016-04-14T09:56:52.856135+00:00 app[web.1]: npm ERR! npm v3.8.3
2016-04-14T09:56:52.856272+00:00 app[web.1]: npm ERR! code ELIFECYCLE
2016-04-14T09:56:52.856397+00:00 app[web.1]: npm ERR! parse-server-example@1.1.0 start: `node index.js`
2016-04-14T09:56:52.856487+00:00 app[web.1]: npm ERR! Exit status 7
2016-04-14T09:56:52.856606+00:00 app[web.1]: npm ERR!
2016-04-14T09:56:52.856726+00:00 app[web.1]: npm ERR! Failed at the parse-server-example@1.1.0 start script 'node index.js'.
2016-04-14T09:56:52.856875+00:00 app[web.1]: npm ERR! Make sure you have the latest version of node.js and npm installed.
2016-04-14T09:56:52.856907+00:00 app[web.1]: npm ERR! If you do, this is most likely a problem with the parse-server-example package,
2016-04-14T09:56:52.857013+00:00 app[web.1]: npm ERR! not with npm itself.
2016-04-14T09:56:52.857124+00:00 app[web.1]: npm ERR! Tell the author that this fails on your system:
2016-04-14T09:56:52.857232+00:00 app[web.1]: npm ERR! node index.js
2016-04-14T09:56:52.857313+00:00 app[web.1]: npm ERR! You can get information on how to open an issue for this project with:
2016-04-14T09:56:52.857438+00:00 app[web.1]: npm ERR! npm bugs parse-server-example
2016-04-14T09:56:52.857545+00:00 app[web.1]: npm ERR! Or if that isn't available, you can get their info via:
2016-04-14T09:56:52.857649+00:00 app[web.1]: npm ERR! npm owner ls parse-server-example
2016-04-14T09:56:52.857750+00:00 app[web.1]: npm ERR! There is likely additional logging output above.
2016-04-14T09:56:52.861108+00:00 app[web.1]:
2016-04-14T09:56:52.861248+00:00 app[web.1]: npm ERR! Please include the following file with any support request:
2016-04-14T09:56:52.861351+00:00 app[web.1]: npm ERR! /app/npm-debug.log
2016-04-14T09:56:52.821789+00:00 heroku[router]: at=info method=POST path="/parse/functions/pushToAll" host=chilln.herokuapp.com request_id=89b9ee9e-384f-48c4-b1d3-8c36f0b6bb94 fwd="80.12.42.35" dyno=web.1 connect=1ms service=78ms status=200 bytes=484
2016-04-14T09:56:53.646012+00:00 heroku[web.1]: State changed from up to crashed
2016-04-14T09:56:53.634703+00:00 heroku[web.1]: Process exited with status 1
这是我的index.js,我认为问题来自这里。
我在此文件夹index.js 中有文件夹parse-server。在 parse-server 文件夹中,我有另一个名为“certs”的文件夹,该文件夹中包含文件 ParsePushDevelopmentCertificate.p12
var api = new ParseServer({
databaseURI: process.env.DATABASE_URI || 'mongodb://localhost:27017/dev',
cloud: process.env.CLOUD_CODE_MAIN || __dirname + '/cloud/main.js',
appId: 'xx',
masterKey: 'xx',
fileKey: 'xx',
clientKey: 'xx',
serverURL: 'http://myApp.herokuapp.com/parse',
push: {
ios: [
{
pdx: __dirname + '/certs/ParsePushDevelopmentCertificate.p12', // Dev PFX or P12
bundleId: 'myBundleId',
production: false // Dev
}
]
}
});
最佳答案
显然您的问题是找不到您的 .pem 文件。
关于ios - 解析服务器推送适配器 : APNS cannot find vaild connection,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36619875/
我是一名 iOS 开发人员,有人问我什么类型(整个,即 header 和正文)的请求来点击 APN 以获取设备通知。 我读了很多关于 APN 服务器设置的教程,但我无法理解,因为我对 PhP 和 No
当我靠近 iBeacon 时,我需要得到提醒,为此我正在使用第三方 iBeacon 管理服务,即 https://admin.lighthousebeacon.io/applications/5411
缺少推送通知授权 - 您的应用似乎注册了 Apple 推送通知服务,但应用签名的授权不包括“aps-environment”授权。如果您的应用程序使用 Apple 推送通知服务,请确保您的应用程序 I
考虑这种情况: 应用程序当前不在前台,但在后台处于未挂起状态(appDidEnterbackground:已调用) 设备收到应用程序的 3 个 APN,用户将警报样式设置为“警报” 用户单击最顶部(第
这个问题在这里已经有了答案: Remote notification method called twice (2 个答案) 关闭 7 年前。
我想在 iphone 应用程序中使用简单的 apns,但我不知道是否可以将 apns 与 forge 一起使用(不要使用 Parse 服务),我找不到任何 API,在 phoneGap 中,我可以编辑
我支持一个移动应用程序。最近我收到一封电子邮件,“apns 生产证书即将到期”。之后我检查了我的后端,发现没有使用任何证书,只有身份验证 key 。据我所知,身份验证 key 没有到期 key 。我想
作为一名 iOS 开发者。我知道在我们的项目中以编程方式实现 APN。但是,我假设我们正在从 APN 服务器接收 APN 消息。我不知道 我们如何托管 APN 消息? 如何为我们创建真正的 APN 服
我的应用通过 APNS 发送和接收消息。但如果客户端的通知被触发,则客户端不会收到其他客户端通过 APNS 发送的消息。 这是错误的方式吗?如果不是,当客户端的通知触发时,客户端如何接收消息? 最佳答
我已经从这个 Apns code 为 php 和 objective-c 完成了 apns 代码 并从 this link 设置证书 用于向 iOS 设备发送通知的沙盒和生产 apns 在我的服务器上
从沙箱模式到生产模式,设备 token 有何不同? 我认为我已将一些设备 token 锁定为生产模式,并且无法将它们从开发中插入。 关于如何检查有什么想法吗? 最佳答案 当您使用开发证书构建应用程序时
我有一个 FCM 项目成功向 iOS 和 Android 用户发送推送通知。新 iOS 用户订阅并检索 FCM token 。 但是,我也有许多使用旧 iOS 应用程序并直接订阅 APNS 的用户,我
我真的很难弄清楚如何将消息从我的服务器发送到 APNS。我使用过 Moon-APNS 和 APNS-Sharp,但我遇到了同样的错误,即“参数不正确”。我使用 KeyChain 生成了 p12 文件。
Apple 最近向 APNS 添加了一种新的身份验证方法 ( Apple Push Notification Authentication Key (Sandbox & Production) )。
我正在将 Firebase Messaging 用于 iOS 和 Android 推送通知。 我正在使用新的“APNs 身份验证 key ”机制,而不是“APN 证书” 我收到 Apple 发来的一封
我正在开发一个处理推送通知的 iOS 应用程序。我们的推送通知服务器是用 ColdFusion 编写的,并使用 com.notnoop.apns.SimpleApnsNotification 发送通知
根据 Apple's APNs docs ,从 iOS 13 开始,http api 的客户端 必须 发送 apns-push-type 和 apns-priority 的 header 字段,否则请
我们可以在 Blackberry 中获取 APN 名称,但我是否知道有什么方法可以在应用程序中设置 APN。请帮我解决这个问题? 提前致谢 最佳答案 你当然可以。但我想您知道 apn 仅适用于直接连接
我在一些 stackOverflow 帖子中读到,主机需要打开端口 2195 并支持 apns 下的推送通知。如何让我的服务器支持 apns。 推送通知指南中这一行的含义是什么 要建立可信的提供商身份
在应用程序被批准进入应用程序商店之前,生产 APNS 是否不可用?我可以很好地使用沙箱证书,但生产没有产生任何结果。 最佳答案 如果您使用分发配置文件构建应用程序(与临时构建一样),则可以使用生产推送
我是一名优秀的程序员,十分优秀!