0

I would like to create an app that uses incoming call as a trigger. Meaning that once there's an incoming call (user has not asnwered it yet), the app will be notified. I have found this.

Will it solve the issue or is there other solution? I hope it's obvious but the the question is for NON-jailbroken phones.

Is it possible to get caller ID in such scenario?

Is there a way to identify text or iMessage once they have been received in the phone?

Kara
  • 6,115
  • 16
  • 50
  • 57
Stingos
  • 31
  • 1

1 Answers1

4

CTCall is your only option. It will generally allow your app to receive a notification if it's in the foreground, but it won't give you details about the caller identity, just the call state.

It isn't possible to get information on SMS /iMessages.

Wain
  • 118,658
  • 15
  • 128
  • 151