问题标签 [pushy]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
java - 在 main Jar 中引用 Jar 作为 javaagent 传递给 JVM
运行 jar1 时,我需要-javaagent
在我的 JVM args 中添加一个参数,但引用 jar1 中包含的 jar2。我试过了:
没有成功。如何在运行时确定 JAR 在运行系统中的位置?
(这是jetty-alpn-agent-2.0.0.jar
作为用于 HTTP/2 的 Java 代理运行的,与 Pushy APN 一起使用)
java - 处理多个期货
我有一个生成数百万个事件并将这些事件发送到服务器并接收每个事件的期货的应用程序。为了防止应用程序内存不足,我将这些 Futures 放在 a 中ArrayBlockingQueue
,并且该队列由另一个线程处理。我的应用程序发送这些事件的速度比它处理这些期货的速度要快,因此应用程序速度变慢了很多。
处理这些期货的最佳方法是什么?
websphere - Getting unable to open input stream error when trying to use Netty in IBM WAS server
Am trying to use netty jars, as part of pushy library(https://github.com/relayrides/pushy) to send apple push notifications. It runs fine in my local tomcat. When I try to deploy the same on IBM WAS and start my server, it gives me the below exception.
com.ibm.ws.ecs.internal.scan.context.impl.ScannerContextImpl scanJAR unable to open input stream for resource io/netty/util/internal/shaded/org/jctools/queues/package-info.class in archive WEB-INF/lib/netty-common-4.1.16.Final.jar
Pls find below the versions am using.
WAS - 8.5.5 Java - 1.7 Netty - 4.1.16
Pls help me understand the cause for the issue and how to fix the same. Thanks.
apple-push-notifications - 连接到 APNS 时出错 (https://api.development.push.apple.com/)
我正在尝试使用 HttpsUrlConnection(java 代码)连接到 APNS(https://api.development.push.apple.com/)。我已经从https://api.development.push.apple.com/下载了证书并添加到 java 密钥库。
代码:
我按照https://github.com/escline/InstallCert中提到的步骤获取服务器证书并在本地存储。
我总是将 responseCode 设为 -1(无效的 http 响应)。
请帮助我,因为我不明白这是由于证书还是其他原因。
java - 有什么方法可以知道 Pushy(Java APNs 库)发送 100K 推送通知需要多少时间?
我正在测试使用这个库发送推送通知的吞吐量。如果有人在这方面有任何想法,一点指导将是一个很大的帮助。谢谢。
android - 类 'org.apache.commons.logging.impl.LogFactoryImpl' 不能转换为 'org.apache.commons.logging.b'
我的 android 应用程序使用Pushy.me推送通知服务,我已经使用 minifyEnabled true 构建了签名的 apk,当我运行应用程序时出现以下错误
我在 proguard-rules.pro 文件中添加了以下行,但它显示相同的错误
android - 无法在 Android 上接收 Pushy 推送通知
我正在使用 Pushy 将推送通知发送到在 Android 设备上运行的应用程序。
收到 PN 并在 Android Studio 控制台上收到此消息。
但是,AndroidManifest.xml 中配置的广播接收器没有被调用。我完全按照下面 Pushy 文档中的步骤操作。
https://pushy.me/docs/android/modify-androidmanifest
试图调试 android.app.ContextImpl 代码但迷路了。
我错过了什么?
编辑#1
根据要求发布 AndroidManifest.xml。
广播接收器:
我在 onReceive 方法中设置了一个断点。这会导致任何问题吗?
push-notification - Firebase 推送通知如何在 IOS 上工作?
我想为自己的 iOS 应用程序创建自己的推送通知机制。
我比较了一些服务,比如pushy.me或 Google Firebase。我认为 Pushy 是唯一可以独立于 Apple APN 推送通知的服务,但它使用简单的 HTTP 长轮询请求来接收通知(在 iOS SDK 中)。
但是 Firebase 是如何工作的呢?它仍然依赖于 Apple 的 APNs 吗?它将如何影响我的电池寿命?
android - 如何更好地理解错误以进行修复
我在 LogCat 中收到以下错误消息:
我知道 NullPointerException 是什么,但不是 100% 知道如何通过正确的上下文来解决这个问题。仅当应用程序在后台运行(多任务处理)时才会发生错误。非常感谢您提供一些指导。请使用 Logcat 和下面的违规代码。谢谢
日志猫:
推送接收器
更新数据:
android - Android 中的 React-native Pushy 通知
我在我的 react-native 项目中实现了推送通知,链接如下: https ://pushy.me/docs/additional-platforms/react-native
我在 Android 上遇到问题,我收到了通知,但是在单击通知栏中的通知时,我没有得到任何回调或对 react-native 方法的控制 => Pushy.setNotificationListener
根据文档,我们必须在 Pushy.setNotificationListener 方法中调用。
请让我们知道如何尽快进行。