in my app you can save a contact with a mobile number. I'd like to make a menu of starting a chat with that number in WhatApp or/and Viber.
Is there a way now to open a Viber/Whats app with a chat open with certain phone number from another app?
Thanks in advance
Related
When I search for my ISPs phone number from an iPhone running iOS 13.5, I am presented with a hyperlinked phone number. When I tap on this phone number I receive a native iOS menu that allows selecting a live chat vs a call. Launching the live chat starts a chat session with their support team in iMessage. Additionally it shows this vendor as “Verified”.
How is this accomplished? Where is the documentation about this API? How do I become a verified vendor? Is this a special format in the hyperlink? I am aware of
href=“tel://...”
But is there some new URL format for trigging a native live chat dialogue?
I believe I found the answer it’s called apple business chat https://developer.apple.com/business-chat/
I am trying to create a way within my application to download voice mails. As of right now a user must manually go into his/her phone app and saved from there.
Is there a way to open Visual Voicemail with Swift, or at the very least the phone app without adding a phone number?
I would like to send an SMS from an iPhone but MFMessageComposeViewController pops up the message,I would like to send the SMS when an event or notification occurs in the application.Is it possible through iOS SDK or are there any legitimate low level function which can be used to accomplish the same.
It's not possible to send SMS messages programmatically through the iOS SDK. As you can imagine, if the SDK allowed this, it would open a huge can of worms in terms of developer abuse.
If the SMS messages don't have to come from the user's phone number, you can take a look at the Twilio API (http://www.twilio.com/sms).
Is there anything like Telephony.SECRET_CODE in iOS? I need to open my application if international numbers are typed on phone dial pad?
I'm not sure what Telephony.SECRET_CODE is but you can't open an iOS app from the phone app.
i want to integrate BBM Api in my application where i can chat with my friends without switching to BBM app.
I know, i can initate the chat to any contact , but is it possible to receive messages into my app and continue chatting ?
Any input on this ?
There is no API to receive BBM chat messages within your application on BlackBerry 10.
If you open the BBM Chat card from your application with a user you already have a BBM conversation with, the chat history is shown. But you can't get the actual chat content within your application.