My app deals with phone calls.I want to send an auto textmessage(sms) to the dialer when the line is busy or else user is busy or else call is in hold....Here I want to get the mobile no of the dialer to my app..Is it possible????
No it's not posible. You can't interact with the dialer on iOS.
Related
I'm using flutter call keep receiving inbound calling from flutter VoIP application, I'm trying to return a call from dialer to VoIP application (outbound calling).
How can I link calls channelled from dialer to VoIP application when desired calling account selected?
I ask the user for a review at the end of the conversation using a basicCard.
It is not possible on a device with no screen or web browser so essentially I can only ask for reviews when my action is used on an android or iOS device.
So, is it possible to send a notification from the user's non screen device to his phone?
You can use multi-surface conversations, which will allow you to send a notification from a speaker to a phone to continue the conversation with the same session.
We have developed a community app with WebRTC. Where admin calls (from web panel) to app.
After every call on phone WhatsApp voice feature does not work. User have to close our app from phone memory in order for Whatsapp voice to work.
I know its very strange issue but any help would be great.
Is any body now if I can launch the phone app without number?? the user chose or wirte the phone number to call?
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:#"tel:no number"]];
for launch the app phone call but no call with any number??
Thanks
App Store
Apple won't allow this — there's no point in launching the Phone app if there is no number to dial.
Jailbreak
If you just want to launch the app without dialing a number, you can always launch the app via the bundle id. You will need to search around the net on how to do this.
I need to create an app which enables the caller in the other end to hear music while I press hold on my iPhone. This music will be selected from my library. Is there any API or anything which can help me with this?
There is no public iOS API by with an app can either send or receive audio from the Phone app during a phone call. The security sandbox will prevent even a private API from doing this on a stock OS device.