melaka
melaka

Reputation: 719

ios - triggering a method when a sms is received

I'm searching for a way to trigger a method/function when an SMS is received to the phone. Is it possible? as I know background processes are not possible in iOS.

Is there anyway of doing this?

thanks in advance.

Upvotes: 3

Views: 662

Answers (2)

Kasun Delgolla
Kasun Delgolla

Reputation: 219

I think you can't do this on a standard iPhone. This maybe possible for a jailbroken device. Please refer the following thread.

react on incoming sms on an iPhone

Upvotes: 1

Durgaprasad
Durgaprasad

Reputation: 1951

No. Apple do not allow to access sms,call trigger function. On android you can do.

Upvotes: 1

Related Questions