0

I am making an app in which i need to implement calling emergency medical services when mobile shakes with a particular threshold. Is it possible to capture the threshold or the extent of phone shakes and making a call when it happens? One requirement is can this is possible when my app is not running?

CKT
  • 1,223
  • 4
  • 21
  • 39

1 Answers1

1

I believe that the iPhone does not allow applications to run in the background. So the answer to your second questions is: No, this is not possible when your app is not running.

Jens
  • 25,229
  • 9
  • 75
  • 117
  • ok... but do you know how to capture the threshold of phone vibrations? do you have any sample code for that? – CKT Apr 08 '10 at 07:17
  • Nope, sorry. I have not much experience programming for the iphone. – Jens Apr 08 '10 at 07:19