Silent notification for iOS devices (with python)

--

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.
Notification with alert
  • To make a silent notification (a regular notification but without alert)
    just modify previous python code by removing line 17.
Silent notification.

Enjoy !!!

--

--

No responses yet