Push Notification Forward HTTP

Push Notification Forward HTTP

1.8.0 by JOJOAGOGOGO
(0 Görüşler) Eylül 03, 2023
Push Notification Forward HTTP Push Notification Forward HTTP Push Notification Forward HTTP Push Notification Forward HTTP Push Notification Forward HTTP Push Notification Forward HTTP

Son Versiyon

Versiyon
1.8.0
Güncelleme
Eylül 03, 2023
Geliştirici
JOJOAGOGOGO
Kategoriler
Tools
Platformlar
Android
İndirmeler
0
Lisans
Free
APK İNDİR

Push Notification Forward HTTPlication Hakkında

It is an application that saves push notification as HTTP {S} forwarding / history
The data received in the notification
You can HTTP POST GET to the configured url!

■ You need [Access to notification] permission of this application to use transfer function

■ Forward notifications, select the app to save as history

■ You can set the parameters to receive at the transfer destination

■ You can set additional parameters

■ You can narrow down in the history list

■ You can update it by pull-to-refresh the list

Example your server


$name = $_GET["name"];
$pkg = $_GET["pkg"];
$title = $_GET["title"];
$text = $_GET["text"];
$subtext = $_GET["subtext"];
$bigtext = $_GET["bigtext"];
$infotext = $_GET["infotext"];

$message = "";

if($pkg=="com.sample.app"){
$message = "from sample app {$title} ${text} ";
} else {
$message = "{$title} !! ${text} ";
}

$cmd = "/usr/bin/curl -X POST -d \"text=" . $message . "\" http://sample.com/to_sample";
$ret = exec($cmd);

echo $ret;

?>

Uygulamayı Puanla

Yorum & Görüş Ekle

Kullanıcı Yorumları

0 yoruma göre
5 Yıldız
0
4 Yıldız
0
3 Yıldız
0
2 Yıldız
0
1 Yıldız
0
Yorum & Görüş Ekle
E-posta adresiniz kimseyle paylaşılmayacaktır.