-
Re: Is that possible to show UI over dialler during in/out call (not VOIP)?
eskimo Jan 29, 2019 1:51 AM (in response to zhuhenkjkt)Is that possible to show UI over dialler during in/out call (not VOIP)?
I’m presuming by “not VOIP” you’re referring to cellular phone calls. If that’s correct then your answer is, no, that’s not possible to do this.
Share and Enjoy
—
Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardwarelet myEmail = "eskimo" + "1" + "@apple.com"
-
Re: Is that possible to show UI over dialler during in/out call (not VOIP)?
zhuhenkjkt Jan 30, 2019 8:58 PM (in response to eskimo)Hi Eskimo,
Thank you for your reply.
Yes right I meant cellular phone calls.
OK. could you please explain why does it can't be implemented. I need the explanation to make business decisions.
Warm Regards,
Hendi
-
Re: Is that possible to show UI over dialler during in/out call (not VOIP)?
eskimo Jan 31, 2019 12:52 AM (in response to zhuhenkjkt)could you please explain why does it can't be implemented.
There’s two aspects to this:
Technical
Policy
At a technical level, you can’t implement this because iOS is a tightly sandboxed platform and, in general, one app can’t override the behaviour of another app, or the system. In cases where such overrides are possible, they are always mediated by an API, and there’s no API to achieve your specific goal.
As to why there’s no API for this, that’s a policy question, and I can’t answer those.
Share and Enjoy
—
Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardwarelet myEmail = "eskimo" + "1" + "@apple.com"
-
-