Question:
Will the device auto-identify the phone number from a push notification and make it clickable (i.e. make a call by clicking directly on the number)?
Answer:
In terms of phone numbers, on iOS the push text is standardized, so all pushes display the same without allowing for certain text to be highlighted and clickable (Android does allow for inline formatting).
That said, you can use the link feature to make calls as well - instead of using “http”, put a “tel://” URL into the On-click actions section of the push content form, and the user will be able to make a call from the device.
For example, if you send a push with tel://2028096707 as the link, tapping the received push asks the user whether they would like to call that number:
Comments
0 comments
Please sign in to leave a comment.