Our website uses necessary cookies to enable basic functions and optional cookies to help us to enhance your user experience. Learn more about our cookie policy by clicking "Learn More".
Accept All Only Necessary Cookies
Push Notification Forward HTTP icon

Push Notification Forward HTTP


JOJOAGOGOGO
1.8.0
  • Aug 21, 2023
    Update date
  • Everyone
  • Android 4.4+
    Android OS

About Push Notification Forward HTTP

Push Notification Forward HTTP{S} / Save History Application

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


<?php

$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;

?>
Show More

Additional APP Information

Latest Version

1.8.0

Uploaded by

Ř Kâř Ŝøë

Requires Android

Android 4.4+

Content Rating

Everyone

What's New in the Latest Version 1.8.0

Last updated on Aug 21, 2023

- Minor fixes

Show More

Push Notification Forward HTTP Screenshots

Push Notification Forward HTTP posterPush Notification Forward HTTP screenshot 1Push Notification Forward HTTP screenshot 2Push Notification Forward HTTP screenshot 3Push Notification Forward HTTP screenshot 4Push Notification Forward HTTP screenshot 5Push Notification Forward HTTP screenshot 6

Related Tags

Popular Articles In Last 24 Hours

Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Subscribed Successfully!
You're now subscribed to APKPure.