50 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
74
views
Pushy iOS – interruption_level Not Delivered to iOS (Time-Sensitive Notifications)
I’m trying to send time-sensitive push notifications to iOS devices using Pushy.
According to Apple’s APNs and Pushy documentation, I should send interruption-level: time-sensitive inside the aps ...
1
vote
2
answers
396
views
How pushy.me service work on android? How is continuous delivery of notifications ensured?
How does the pushy.me service sdk work on Android? I'm specifically interested in how continuous delivery of notifications is ensured? Does he need any additional permissions or something like that? ...
3
votes
1
answer
556
views
PUSHY APNS - AnnotatedSocketException: Network is unreachable: api.sandbox.push.apple.com/2620
I use the PUSHY library 0.15.2 version to send push notifications to ios devices using Spring boot.
The APNS code look like this -
ApnsClientBuilder clientBuilder = new ApnsClientBuilder();
...
1
vote
1
answer
82
views
How to update local sqlite data from custom data of Push notification payload when application is in Killed state or in background state
In my project Pushy used to handle Push notification. I want to update my local Sqlite data when I got a specific type of Push Notification.
I am able to handle this when application is in foreground. ...
0
votes
1
answer
79
views
How to hide a specific notification banner when application is in killed state and in background state in swift
In my project Pushy pod used to handle Firebase push notification. Now a requirement is that. Not to show notification banner when Application is in killed state or application is in background state.
...
0
votes
1
answer
73
views
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 ...
0
votes
0
answers
178
views
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:
``
...
3
votes
1
answer
1k
views
Pushy APNS: No route to host
I am trying to send iOS push notifications using the Pushy Java library. The code to send the APNS looks like this:
String topic = "XXX";
ApnsClient apnsClient = new ...
1
vote
2
answers
891
views
Android Notification Issue after last Android Update Pushy.me API
I'm new to Android & also to Java....
I'm trying to get the Example of Pushy.me, it was working fine before I downloaded yesterday the last 2 Android Updates(yes I did update too late)...
New ...
0
votes
1
answer
590
views
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 ...
7
votes
2
answers
13k
views
Flutter push notification when app is closed
I want to have a push notification when the app is closed but I don't know how to do it.
I already tried firebase cloud messaging, it worked but the notification took around 3 to 5 min to come, but I ...
1
vote
1
answer
163
views
After how many days will APNS mark a device as inactive?
If a user has uninstalled my app, how long will the APNS take to update that this device is inactive for the bundleID?
1
vote
0
answers
265
views
Flutter Pushy Error: Unhandled Exception: MissingPluginException(No implementation found for method notify on channel me.pushy.sdk.flutter/methods)
I'm using pushy-flutter for push notification service. But my application not able to push notification when the app get killed. It only works well when the app is running or I minimize the ...
2
votes
0
answers
183
views
How does pushy keep the socket open on Android?
We're currently evaluating a push notification service for our iOS and Android apps. Our two favourites are Firebase and Pushy. Pushy doesn't use Firebase under the hood, but rather open and maintain ...
0
votes
1
answer
2k
views
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
<dependency>
<groupId>com.eatthepath</groupId>
<...