Questions tagged as 'push-notification'

1
answer

Push android with SNS Amazon

I'm trying to push an android app, but I'm not getting the push in my app. Manifest.xml <?xml version="1.0" encoding="utf-8"?> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> <uses-permission a...
asked by 18.09.2015 / 02:28
3
answers

Sending e-mail via a notification button

I would like to know if you have already done or have an example that can link to the following problem: I have a project that has the crud of books and a User controller with their respective views. I made the normal email module as the g...
asked by 05.11.2015 / 00:13
2
answers

What is PushNotification really?

I've been in doubt now about PushNotification and if that's really what I want. To solve my problem do I need PushNotification ? See, what I want is this: When the user (seller) changes the flag of the database, this indicates that this selle...
asked by 24.09.2017 / 19:30
1
answer

Push Notification Amazon SNS - Message Cut

Hello, I'm using Amazon SNS to do Push shots through C #. On the Android device, the message is cut on a line, and when you click it, the application is redirected directly to the application. But there are other pushs, in the same device,...
asked by 22.09.2016 / 18:49
1
answer

Do not send Push to users who no longer have the app?

I have a GSM PUSH panel and it happens that when the user installs the app I record his id to send future notifications. But after it uninstalls I continue with the ID of it saved in the database and whenever I run my routine, it sends the pu...
asked by 09.12.2016 / 01:56
1
answer

How do telegram and facebook messenger clean notifications on devices? [closed]

When you receive a notification via Telegram or Facebook Messenger on multiple devices, if you read the message in one of them in others the notification is removed. How does this happen? PS: This happens even if the app is not running on...
asked by 22.07.2016 / 17:56
1
answer

What is the best way to generate Push notification using Firebase?

I have the following problem: I have a system where it is possible to record a series of tasks to be performed by a team or person. What I need is that whenever a request is terminated by a user, everyone else receives a notification saying t...
asked by 17.05.2018 / 02:05
2
answers

How to use / maintain obsolete methods for older versions of iOS?

I'm developing an app for summers other than iOS, in this case for iOS 7 and iOS 8. I'm trying to create the Push Notification service, but the methods to register the app and others are "obsolete". Below is the method I'm using: [[UIApplic...
asked by 09.11.2014 / 22:42
1
answer

App stop working after push notification with firebase on ionic 3

I'm trying to make a push notification using cloudSettings with firebase, however when I send a message the app stops working and the following message appears: app.module.ts:constcloudSettings:CloudSettings={'core':{'app_id':'...
asked by 05.09.2017 / 23:25
1
answer

Laravel and React Native Push Notification

I have a web application developed in Laravel, where I register customers, register the orders for each customer where an order code is generated and for each order I register the steps. This application also serves as an API for my application...
asked by 29.11.2018 / 14:38