Push Notification Forward HTTP Apk

Push Notification Forward HTTP Apk

Latest version 1.8.0
13 Dec 2023

Older Versions

Apk Infos

Version1.8.0
Rating5.0/5, based on 1 votes
Size‎3.7 MB
Requires AndroidAndroid 4.4+ (KitKat)
Author's NotesPush Notification Forward HTTP{S} / Save History Application

About Push Notification Forward HTTP APK

Push Notification Forward HTTP APK Download for Android
Push Notification Forward HTTP APK Download for Android

Description

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;

?>

Latest updates

What's new in version 1.8.0

- Minor fixes

How to install Push Notification Forward HTTP APK on Android phone or tablet?

Download Push Notification Forward HTTP APK file from ApkClean, then follow these steps:

Update Phone Settings

  • Go to your phone Settings page
  • Tap Security or Applications (varies with device)
  • Check the Unknown Sources box
  • Confirm with OK

Go to Downloads

  • Open Downloads on your device by going to My Files or Files
  • Tap the APK file you downloaded (com.jojoagogogo.nf-v1.8.0-ApkClean.apk)
  • Tap Install when prompted, the APK file you downloaded will be installed on your device.

Older Versions

1.8.0 (23)3.7 MB
1.7.0 (22)3.7 MB

Questions & Answers

Q: What is an APK File?

A: Just like Windows (PC) systems use an .exe file for installing software, Android does the same. An APK file is the file format used for installing software on the Android operating system.

Q: If I install an APK from this website, will I be able to update the app from the Play Store?

A: Yes, absolutely. The Play Store installs APKs it downloads from Google's servers, and sideloading from a site like ApkClean.net goes through a very similar process, except you're the one performing the downloading and initiating the installation (sideloading).
As soon as the Play Store finds a version of the app newer than the one you've sideloaded, it will commence an update.

Q: Why ApkClean.net can guarantee APK 100% safe?

A: Whenever someone wants to download an APK file from ApkClean.net, we'll check the corresponding APK file on Google Play and allow user download it directly (of course, we'll cache it on our server). If the APK file does not exist on Google Play, we'll search it in our cache.

Q: What are Android App permissions?

A: Apps require access to certain systems within your device. When you install an application, you are notified of all of the permissions required to run that application.

Don't hesitate to contact us if you have any questions or concerns.

(*) is required

User's Reivew

5 ★very useful, thanks dev
5 ★It's great, we are going to use it in our enterprise but it lacks a header to POST securely with token, also since you didn't put paywall or any in-app purchase, how can we ensure it will not just go away? Would it be better to have it open source instead? As an enterprise we are willing to support it but the above is holding us back
4 ★Almost perfect. I would give 5/5 if the additional parameters allowed you to concatenate the values from {android.title} and {android.text}.
5 ★Android 15 has update with RECEIVE_SENSITIVE_NOTIFICATIONS role, so this app can not get notification's content. Can you update it?
5 ★Very good... For my site, it helps me a lot... Thank you for everything, can you make it integrated into the phone, that is to say that it launches automatically, and it also allows you to launch an app to keep it alive.
4 ★The function of the APP is very good, but I often find that it will stop working for a while, and I have to repeatedly re-add it to the device&app notify allow list, which makes the operation very unstable.
2 ★Can't customise the content
5 ★Great tool, exactly what I needed. Thanks!
3 ★The application is useful. I am using it. But some time it is not forwarding the notification text to the server endpoint. It is only firwarding name, pkg name etc. Please fix it.
5 ★love this