Questions tagged as 'push-notification'

0
answers

Firebase Messaging with Django

I've been struggling for a long time. After hours and days I could see a light at the end of the tunnel. I'm using a plugin for Django, this one: link In my INDEX.HTML I have the following code: <script src="https://www.gstatic.com/...
asked by 03.10.2017 / 01:38
0
answers

Manipulate and filter Notifications on Android

I'm creating an Android app where I use a NotificationListenerService to try to intercept notifications. The intent is to intercept all notifications and let them pass only those that the user has pre-registered in the application. Unt...
asked by 24.05.2017 / 23:42
0
answers

Firebase Database - Event-based notifications

I have a project that needs to send notifications when certain data is added to the Firebase. I did several web searches, but I could not find a way that would work to implement this notification. I saw in the Firebird documentation that yo...
asked by 19.04.2017 / 21:29
0
answers

phonegap-plugin-push does not work on iOS

Good afternoon everyone! I have an IONIC project where I'm using the phonegap-plugin-push to send push notifications. On Android is working very well, but on iOS does not work. Alert does not appear asking if I want to receive notifications a...
asked by 08.09.2016 / 21:11
0
answers

Failed to receive native Push notifications from Ionic 2

I'm developing an application using Ionic 2 / Angular 2 / Typescript. This application uses the native push notifications plugin of Ionic 2 and Google Cloud Message (GCM) in conjunction with Amazon SNS. The on notification event is often n...
asked by 14.07.2016 / 16:34
0
answers

Confirm email enrollment in an SNS topic automated

I use the SNS service in an application, the following process is done: User informs his location, and if there is no city inserted in the bank is created a record in the table about the city and created a topic in the NHS, right? After the u...
asked by 21.06.2016 / 01:12
0
answers

PushNotification does not close [Android Wear]

My project has several types of notifications. I created an ENUM where I keep the Notification type and id. final Intent intent = new Intent(getApplicationContext(),MainActivity.class); intent.putExtra(TYPE, NotificationType.TYPE1.type); inten...
asked by 19.06.2015 / 17:19
1
answer

Notifications in Android application

I am developing an application and would like to know how I can generate notifications when there is a new record in the database, I am receiving the data via JSON. I was seeing Firebase, but I could not do it.     
asked by 23.11.2017 / 21:20
1
answer

Best way to do Schedule PHP [duplicate]

Good Morning, Personal I have a GSM PUSH panel for sending notifications of android apps is already working perfectly, however now there has been a need to schedule push messages. I thought of doing a routine that keeps checking every 30...
asked by 13.01.2017 / 14:29
1
answer

How do I send push notifications to a specific user (from the application) through Firebase?

I'm developing applications using the Ionic framework. One of the biggest questions I have is how do I work as remote notifications (other than local notifications, easily generated by Ionic). Using Firebase, I was able to generate remote not...
asked by 05.03.2018 / 20:41