Skip to main content

Questions tagged [push]

0 votes
1 answer
215 views

I have built many desktop, mobile and web apps, but have never needed to implement push notifications, now I'm working on an app that requires push notifications, researching revealed that many ...
MOHAMMAD RASIM's user avatar
-2 votes
2 answers
98 views

Our android application is built on java. And while sending push notifications we're using tomcat as a server. And it is doing more harm than good. Currently all the push notifications (FCM/APN) are ...
tuck_y's user avatar
  • 191
-5 votes
1 answer
35 views

I have an existing .net server infrastructure that resides in a company's intranet. Now for a new feature I'd like normal users (employees) to receive notifications on their machines when specific ...
Thypari's user avatar
  • 91
0 votes
0 answers
135 views

I am making a chat-app using the XMPP protocol and ejabberd as XMPP server. I want to build a push notification functionality for the app. The app is similar to WhatsApp. I came to know three ...
Sagar Singh's user avatar
3 votes
1 answer
428 views

We currently have a customer that wants us to implement push notifications to our app. The problem is that for this customer, security is really, really important... I am not able to find any official ...
Tobe's user avatar
  • 39
-2 votes
1 answer
66 views

I am planning some app as a part of our product. One part of the app will be to receive push messages. Sometimes it's months between uses of the app and, by experience with other apps I've used, it ...
Mr Zach's user avatar
  • 269
5 votes
1 answer
961 views

My question is around how branch pushes work exactly; I have come across something that doesn't make logical sense to me and as such would like an explanation as to why I am experiencing this ...
MusTheDataGuy's user avatar
1 vote
1 answer
395 views

I need to work on android mobile push notification. I have recently gone through some of the tutorial on google. I would like to summarize the my understanding first Developer registers the app with ...
user3198603's user avatar
  • 1,896
0 votes
3 answers
1k views

As per the documentation at https://firebase.google.com/docs/cloud-messaging/js/client, The FCM SDK is supported only in pages served over HTTPS. This is due to its use of service workers, which ...
Mohit Kanwar's user avatar
3 votes
1 answer
138 views

With WebSockets, when clients should be notified that data changed, I've seen two approaches: the server pushes the data modifications directly within the push; or the server pushes no data, and the ...
sp00m's user avatar
  • 640
1 vote
1 answer
1k views

Each time an iOS app is installed a new device token is generated. When the app asks the user for permission to push notifications one can get the new device token value. How can I know that this ...
Carl's user avatar
  • 131
3 votes
1 answer
1k views

I am developing restful services using resteasy for an application. This application has UI which will consume these rest services. Now I am having a case where I have to do a server push to UI(...
user2585494's user avatar
3 votes
2 answers
11k views

I have a seemingly standard task of sending push notifications to Apple devices from a server written in Java. I have never done that in the past, so I went to tutorials and Apple documentation. 1) ...
starikoff's user avatar
  • 179
1 vote
0 answers
54 views

I need to show a refreshable/searchable list of items and update/add-to it whenever an event is published. How do I make sure no events are lost while refreshing/searching is happening? Some sort of ...
Den's user avatar
  • 4,887
6 votes
2 answers
1k views

I want to make it possible to edit shared todo lists in real time. There's already a REST interface, and it's possible to send updates to the server - add items, mark items as done, etc. For the ...
ixx's user avatar
  • 391

15 30 50 per page