Register SMS notification on iPhone

Is there a way to implement a method that will notify the application that sms is receivec, and then do something, for example, turn on the LED?

0
source share
2 answers

No. Apple will consider this a violation of privacy.

+1
source

There is no public API that provides access to SMS messages for privacy reasons.

0
source

All Articles