Pushy is a Java library for sending APNs (iOS, macOS, and Safari) push notifications. It is written and maintained by the engineers at Turo. https://relayrides.github.io/pushy/
Questions tagged [pushy]
48 questions
1
vote
1 answer
React-native Pushy notification in Android
I have implemented pushy notification in my react-native project following below link:
https://pushy.me/docs/additional-platforms/react-native
I am facing problem on Android, I am getting the notification but on clicking on notification from the…

Yogendra Girase
- 631
- 3
- 15
1
vote
3 answers
How to get better understanding of error in order to fix
I'm receiving the following error message in LogCat:
java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String android.content.Context.getPackageName()' on a null object reference
I'm aware of what a NullPointerException…

astric mobiles
- 468
- 3
- 14
1
vote
1 answer
Class 'org.apache.commons.logging.impl.LogFactoryImpl' cannot be converted to 'org.apache.commons.logging.b'
My android app uses Pushy.me Push notification service, i have built the signed apk with minifyEnabled true and when i run the app i am getting below error
org.apache.commons.logging.LogConfigurationException: The chosen LogFactory implementation…

scionoftech
- 608
- 2
- 9
- 24
1
vote
0 answers
Error while connecting to APNS (https://api.development.push.apple.com/)
I am trying to connect to APNS (https://api.development.push.apple.com/) using HttpsUrlConnection (java code). I have downloaded the certificate from https://api.development.push.apple.com/ and added to java keystore.
CODE:
public class…

hacktiivist
- 47
- 7
1
vote
2 answers
Mqtt and Push notifications
I have made an app for ios devices that can connect to a mqtt broker and send and receive messages when the app is in the front or background state.
Now I want to archive to receive messages even if I terminate the app from the background state.
I…

mike vorisis
- 2,786
- 6
- 40
- 74
1
vote
2 answers
Issues creating Xamarin IOS bindings library
I need to create a bindings library for the pushy framework from pushy.me
I have been going through this tutorial here.
http://blog.xhackers.co/xamarin-c-binding-of-a-cocoapods-ios-sdk-using-sharpie/
So I use the command "sharpie pod init…

Derek Lawrence
- 1,551
- 2
- 16
- 36
1
vote
0 answers
Apple Push Notification HTTP2 rejected token
I just found that some of my users stopped receiving push notification recently. Checked the log and found that Apple returned "Unregistered" with a timestamp.
I've tried using both old protocol and new HTTP/2 protocol with the same cert and token.…

Anita
- 119
- 5
1
vote
1 answer
Using Pushy with ALPN and MSSQL Jdbc Driver throws java.lang.IllegalAccessError
I am developing an Application which uses Pushy with HTTP/2 access via ALPN to send Push Notifications to Apple iPhones.
For that I have configured the JVM to use ALPN as requested with the following VM Argument.
-Xbootclasspath/p:

shazin
- 21,379
- 3
- 54
- 71
0
votes
0 answers
Unable to receive notification in Battery optimization mode Pushy
I am using pushy for sending notification in my android app but there is a problem with that, if the mobile is in battery optimization mode, pushy will not be able to send the notifications.
But using firebase you can still receive notifications…

Qasim Malik
- 35
- 8
0
votes
0 answers
Pushy not working after I build a signed-in release/debug apk in Android Studio
I'm lost here. When I run my app on Android Studio, I receive Pushy notification. But after I build its signed-in APK and install it in mobile, Pushy don't work. The notification status is in pending. Please help.
My dependencies:
dependencies {
…

JayP
- 43
- 6
0
votes
1 answer
How can I disable Pushy in Capacitor using Ionic Toggle?
Is there a way to disable Pushy, in Capacitor, using Ionic Toggle? There are no function in the pushy documentation: https://pushy.me/docs/additional-platforms/capacitor
The goal is to have a toggle switch for enabling/disabling Pushy.
Something…

JayP
- 43
- 6
0
votes
0 answers
App crashing on android 8 to 12 due to java.lang.NoClassDefFoundError
I kindly ask for help. My app is crashing on Android, from versions 8 to 12. I'm having an crash reports from googleplay. I have zero idea on how to deal with this. Help!
Here is the Stacktrace:
``
Type java.lang.NoClassDefFoundError
Exception…

JayP
- 43
- 6
0
votes
1 answer
Pushy.me: How to unregister from push notification in react native?
I have integrated Pushy.me in my react-native app for push notifications, I followed the docs to set things up and everything seems fine.
My question is simple, how can I unregister a device token after registering it?
In the documentation, it says…

abdou-tech
- 687
- 1
- 8
- 16
0
votes
1 answer
Pushy APNS http2 protocol - No init method in io.netty.util.concurrent.PromiseCombiner Error
I was facing the following runtime error while using the library
I used the following dependencies in my project
com.eatthepath
pushy
…

Toufic Sleiman
- 47
- 8
0
votes
0 answers
iPhone Pass push notifications not received if sent when phone is switched off
I'm using Pushy to send Pass's to iPhones. The notifications are sending but if the user's phone is switched off when they are sent, they do not receive the notifications. When turned back on, there is still no notification. They are however,…

yaturkeyneck
- 13
- 7