What module do I need to use to have an arduino show when I get a notification

Hi all,
I want to make a project where whenever my phone (iPhone) receives a notification, it tells me the name of where the notification is from, and the contents of it on a screen.

  1. Would I need to use a bluetooth, or WiFi module?
  2. How would I program this in?
  3. Can it be achieved on iPhone?

Sounds like a job for a program that runs on the phone. How to do that is far beyond the scope of this Forum.

...R

I think you will need Bluetooth LE (BLE) or WiFi. I don't know if it is possible for a third-party iPhone app to receive all notifications as that would be a security concern. You may have to jailbreak your iPhone to allow you to run such a program.

So you have the phone on the desk and when it receives a 'notification' you want the Arduino that is also on the desk to somehow notify you that the phone has had a 'notification' ?

Why ?

johnwasser:
...You may have to jailbreak your iPhone to allow you to run such a program.

My current phone is jailbroken with Cydia, is there any available app/tweak on the Cydia store that can do this or would I have to make my own?