We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Mobile version notification bridging | Forum

JB TECH
JB TECH Mar 28 '19

I can't find any good documentation on this specific functionality.


For the oxwall mobile version, would anyone know the specific way to make a notification for your own system lead to the page it should (which also has mobile support)?



Onur
Onur Jul 10 '19
same question notifications for android?
AppXprt
AppXprt Jul 13 '19
Hopefully you're using push notification so you can set the "Target" in your payload..


$notification = array (
'Title'=> $Title,
'Body'=> $Body,
'Sender'=> $Sender,
'Recipient'=> $Recipient,
'Target'=> $Target
);

The Forum post is edited by AppXprt Jul 13 '19