- OSX computer like iMac
- Workflow
- Pushover Account
- Pullover (Pushover Client for Desktop Computer)
- A web server which let you run PHP via Internet
- iOS Device (Your iOS device does not need Pushover App)
- Expense after a 7-day free trial of Pushover
-
Install Pullover from "Installation / Download" Section at GitHub Page.
-
Create a new folder with random charactors like "push-fYwodM7Ro193j2" at your web server (You do not just use that example). The folder must be able to access from the browser on your iOS device.
-
Put the PHP file "index.php" in the folder.
-
Login at Pushover Site.
-
Copy your user key and replace the text "YOUR_PUSHOVER_USER_KEY" in the PHP file.
-
Register a new Pushover Application at Pushover Site.
-
Copy "API Token/Key" for the above Application and replace the text "YOUR_PUSHOVER_APP_TOKEN" in the PHP file.
-
Copy the device name your want to send the notification and replace the text "YOUR_DEFAULT_PUSHOVER_DEVICE" in the PHP file.
-
Save the PHP file.
-
Open this linke on your iOS device.
-
Click "GET WORKFLOW". Workflow App should be opened and create a new workflow.
-
Scroll down in the new workflow untill you see the action "Text".
-
Replace the text "my.website.com" to your website in the action.
-
Replace the text "my-secret-folder" to the folder name you created at Step 2.
-
Click "Done" at upper right.
-
Open a website on a browser with your iOS Device.
-
Tap the activity "Run Workflow" (If you don't see it, click "More", enable "Run Workflow" and tap "Done").
-
Tap "Push to my Mac".
-
If Pushover received the data, you should see the result in JSON saying like '{"status":1,"request"...'.
You have a keen observation.
There are Pushover Client Programs.
You can use one of them.
If you did not like any of them and fine to use Command Line, you can try readmypo.