I've build a (android and iOS) app with Appcelerator. One of the main features of the app is a list of news. These news posts are managed in a Wordpress website. The app retrieve the news post via a XML feed. I want to build a feature the give the users of the app a push notification for certain news posts. One of the requirements is that the push notifications are also managed in the Wordpress site.
When the user of the app click/slide the push notification the app has to open and open the news post the push notification is for.
My question(s):
Is it possible to send push notifications directly from the Wordpress site?
Is it possible to open the news post when the user clicks/slide the push notification?
Can anyone get me started. The only thing I find is how to implement Appcelerator own Arrow push notification service.
Related
I am building an admin app for woocommerce site, i want to send a push notification from WordPress to my application when new order is placed on website with orders details ,
I didn't find any way to do it is there any salution you can give ne ti achive it.
I have tried onesignal plugin with firebase but it allow only to send push notifications for post update etc, other way also give this service for other task but not for orders receiving.
you can grab the order from Woocommerce with This package
then create your notification function with Local Notifications
and also FCM firebase messaging
after that you can create a function in your Firebase to push notifications to your devices
with the right method it is symple.
Is it possible to send an individual push notification to a specific user of webview Android application?
I have a webview based Android application. Android 8 blocks all background processes and my application can not anymore check for messages every 5 minutes and to show push notifications is there are new messages. As I understand almost the only solution is to use firebase to show notifications.
My question is: can I send individual Firebase notifications to webview application users? If yes, how? People who login to my website from Android phones, enter their data in a login form that loads my website. It's not a Android login form. How can I at the same time login to Firebase and how Firebase will know that this user is already logged in if it's only a webwiew application?
A webview is not capable of directly receiving Cloud Message payloads. The only browsers that works with Cloud Messaging are those that support the Push API.
What you can do instead is receive the payload in the native layer of your Android app (using a normal Android integration with a service that receives the payload), then proxy it to your webview as needed, using webview's ability to inject javascript into it (while it's visible). This definitely is not a trivial amount of work.
I want to implement the Firebase Invite Feature, where a user can send a link which is unique to his/her friends and whenever the other receiver installs the app using this link my application recognize it and act accordingly.
Now I have searched quite a while about Firebase invite and I came to know that you can send the link only via email and android messages. However, I want the user to send via any other social networking app.
What approach should be followed while implementing this?
Firebase Invites is a UI layer to send dynamic links to other users through email. If you want to send the links with another service, you can create them directly using Firebase Dynamic Links.
In the Facebook Analytics document, it said the Push Notification could deep link to a certain page in the app, but I cannot find how to setup the deep link in the "Push Notification" campaign.
Does anyone how to set it up?
Thanks
Facebook Analytics supports two types of push campaign - standard push notifications and in-app notifications.
For standard push notifications, if you want to deep link you'll need to manually configure the push payload by enabling 'Attach JSON Data' (see here for iOS docs on payload). This existing stackoverflow answer explains how to deep-link in push - Deep Linking iOS Push Notifications. Basically you include some meta data that you handle in your app yourself and take the appropriate actions. See screenshot below with productIdToOpen parameter.
For in-app notifications it's even easier. Assuming you've already setup a scheme for your app to handle deep-links from the web, you can just configure one of the buttons to use that scheme. See the screenshot below.
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