Silent notification for iOS devices (with python)
Dec 7, 2021
Hello people
Today I’m going to show a python script which sends a notification to an iOS device in both alert and without alert (silent).
- Here is notification with alert.
- To make a silent notification (a regular notification but without alert)
just modify previous python code by removing line 17.
Enjoy !!!