【问题标题】:Appgyver Steroids and Android push notifications even possible?Appgyver 类固醇和 Android 推送通知甚至可能吗?
【发布时间】:2014-12-01 15:47:25
【问题描述】:

一直在尝试让 Steroids 与 Android 上的推送通知一起工作,但一直碰壁。

据我所知,https://github.com/AppGyver/PushPlugin 没有官方支持,Urban Airship 插件目前仅适用于 iOS。

当我在构建配置中设置自定义插件时,我得到了一些非常讨厌的build errors。这只是一个新创建和部署的类固醇项目,通常甚至无法达到我有一个构建来玩推送通知的地步:(

在 2013 年 12 月左右,有一些关于开发人员优先考虑 pushplugin 的传言,但不确定这是否真的实现了?

所以我有:

steroids create pushTest

steroids deploy

...然后我转到https://cloud.appgyver.com/applications/,通过将其添加到自定义插件中,在 android 选项卡中配置我的应用...

[
  {"source":"https://github.com/AppGyver/PushPlugin.git"}
]

然后在 4.0.2 上运行构建。我正在尝试扫描仪构建,尝试过 ARM、x86 以及两者,并且不断返回上述构建问题,或者在其他一些更模糊的分支上,但我怀疑这些分支已经过时了。

所以我的问题是:甚至可以在 Android 下使用 Steroids 获得推送通知吗?

【问题讨论】:

  • 是的,这是可能的。您可能必须修改或构建自己的插件,但这是可能的。看看其他适用于 Android 的 Cordova 推送通知插件,例如 PhoneGap Build Version,因为 Cordova 插件适用于 Steroids。
  • 这给了我Your Cordova plugin tries to include a library (eg. android-support-xx.jar) which is already included. Remove reference to the offending library from plugin.xml of your Cordova plugin. 所以我分叉了它,并在plugin.xml 中删除了该行,然后使用Either one of your PNG image assets has invalid format or Build Service encountered this issue: https://github.com/AppGyver/steroids/issues/279 -- If your build does not succeed on a retry, try re-uploading the mentioned image asset. 也使构建失败,但这是一个新项目,只有默认资产反正
  • 还有@AndrewLively 这是我第一次使用类固醇,只是想在我承诺使用它之前对技术演示进行排序。不过目前运气不太好,创建我自己的插件似乎有点过头了
  • 您的构建错误Failed to read key from keystore 是由无效的 Android 密钥库、错误的密钥库密码或无效的密钥库别名引起的。如果您不知道正确的值并且这只是一个测试构建,您可以创建一个新的密钥库并将其上传到 AppGyver 构建服务(使用有效的密钥库密码和别名)。

标签: android cordova push-notification steroids


【解决方案1】:

现在有一个官方支持的推送插件分支,可与 AppGyver Android 客户端一起使用:https://github.com/AppGyver/PushNotifications

Android 客户端所需的最低版本为 4.0.4-edge3。

请参阅Push Notification guide,了解如何创建所需的 iOS 证书和 Google GCM API 密钥。

【讨论】:

  • 当您关闭应用程序(不在后台)时如何接收通知?该插件不会创建任何服务,它只在前台和后台工作,不会被杀死。
猜你喜欢
  • 2015-02-28
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2015-03-14
  • 2012-02-01
  • 2020-02-12
相关资源
最近更新 更多