SMS notification

I am a new iphone app developer. I am making an application that requires notification of an incoming message, even if the application is closed. can someone tell me how to do this ...

Thanks Rachite Taneya

+1
source share
2 answers

Apple has not implemented a way for your application to listen to incoming text messages or phone calls. iOS sends a notification of changes in the state of your applications. For example, when your phone rings, in this case your application will receive a notification applicationWillResignActive (in versions older than iOS4 applicationWillTerminate).

Strictly speaking, these are not real notifications, these methods will be called in the application deletion.

, , , .

+1

, . , . , sms upto ios 5 ios 6, .

0

All Articles