Is it possible to implement direct reply using Ionic2? I'm looking for a way to capture a users response directly from the notification (style WhatsApp) without them having to open the app.
I'm using the phonegap-plugin-push plugin to handle notifications.
I would love to see a plugin like that too, i am currently using the Ionic deeplink plugin and open the message dialog directly in the app. https://ionicframework.com/docs/v2/native/ionic-deeplinks/
Related
I'm using Moodle framework and I want to send message and notification through firebase any ideas about how to reach that ?
I haven't used it myself so can't give you instructions
But I believe you can use AirNotifier to push to Firebase
Some documentation from Moodle here
https://docs.moodle.org/400/en/Moodle_app_notifications
Github for AirNotifier here
https://github.com/dcai/airnotifier/#readme
Currently, I'm building one chat application using react native amplify, it works fine when both users are online and are on the same screen ( stack screen to be specific ), I'm able to show push notifications to users for the new message using a react-native-push-notification package (local push notification).
I want to extend this functionality for app running in the background (similar to Whatsapp) and show push notifications if any new message comes for the user. I attempt to do so using FCM service, but found it's might not be best for messaging, and mostly used for campaigns.
Any better idea, how to do this?
You can take a look at react-native-push-notification and OneSignal libraries
I am having problem on wonderpush. I tried to use the in app functionality to have a custom message for user to subscribe to web push notification but it doesn't work.
I tried modifying the in app sample to use only 1 button to subscribe and it did not work. I see clicks but no one is subscribed to the push notification list. I have also disabled the native subscribe function.
Try removing the automatic subscription prompts like the HTML dialog and the Native Prompt in your Web Settings
We are using the twilio-chat#1.0.4 JS SDK in our react-native app.
We're using react-native-push-notification#3.0.0 to handle the notifications.
The pushes are enabled and can see them coming through from twilio.
But I can't figure out how to turn on alerts.
I can (and currently do) issue a local notification when the app is in the background but we'd like to see the alert even if the app is closed.
How can we configure the push notifications to include an alert.
I had similar needs but the only difference in my case am using twilio native chat wrapper instead of the JS sdk.
To enable have push notifications working I ended up forking https://github.com/zo0r/react-native-push-notification and customizing it to support twilio push notifications which have custom payload than what you might be used to.
Check https://github.com/zo0r/react-native-push-notification/compare/master...Kabangi:master for the changes I made you might get some ideas from it.
Twilio developer evangelist here.
Twilio Chat JS 1.1.1 was recently released and actually contains methods for dealing with push notifications.
Also, did you follow the instructions for React Native's PushNotificationIOS that explain how to setup your iOS application for receiving push notifications?
I have a website. Currently I have been sending sms during some transactions as notification.
I want to use push notification instead of sms. But I don't have any mobile app.
How can I send push notifications without a app. Are there any way to do it?
Yes, Spontit enables you to send push notifications to all devices - desktop, iOS, Android, etc. You can do so for free and without your own app.
You can check out their API here.
As far as I know, there is no way to do this without developing an app for each platform (Android/iOS). You could also get away with something like a browser plugin. Essentially what your asking for is what your doing, an SMS or an Email. That is as close as you can get w/o an app. You can make a notification system on a website, but there is no way to push it to the user when they are not on your site w/o them downloading something like a plugin. :D
you can do this with https://pushed.co
they allow users to download their app and you push to the users with their app without needing to have your own mobile app