Receiving phone calls in Swift iOS -


is there way receive phone calls app , decline sending sms progmatically? or receive calls , switch on autospeaker?

pseudo code of want like:

    if (someone calling) {        if (someone = father) {            autoreply("dad, i'm on meeting. call in 1 hour")        }     } 

there lot of information how phone call, less receiving it. response appreciated!

sorry perhaps silly question :) i'm newbie in ios swift development.

unless working on jailbroken app, this not possible in way.
have understand ios development limited apple's restrictions , guidelines. apps sandboxed , can't affect system's behavior in way (excepted through ios public api's, , none of them offers hook phone call events).


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -