是否可以通过短信将联系信息发送到任意手机?
我正在开发一个通过短信向客户发送数据的应用程序。我想要做的是向客户发送一条欢迎短信,其中包含我的联系信息,格式可以是“单击添加”,因为缺乏更好的术语。
如果没有办法跨手机平台执行此操作,是否有资源展示如何针对最常见的手机执行此操作?
I am working on an app to send data to customers via sms. What I'd like to be able to do is send a welcome sms to a customer that includes my contact info in a format that can just be "click to add", for lack of a better term.
If there's no way to do this that will work across phone platforms, are there resources that show how to do it for the most common cell phones?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以发送一条初始欢迎短信来介绍自己,然后以 VCARD 形式发送包含您的联系方式的后续消息。
您可以通过短信以 VCARD 形式发送联系方式,大多数手机都可以对其进行解码并将其添加到地址簿中。
至少如果您先发送介绍性短信,他们会期望手机会提示他们保存新联系人?如果收到新联系人的客户不知道有人会将其发送给他们,他们可能会删除该联系人。
You could send an initial welcome SMS to introduce yourself and then send a subsequent message with your contact details as a VCARD.
You can send contact details via SMS as a VCARD and most mobile phones will be able decode that and add it to their address book simply.
At least if you sent an introductory text first they'd be expecting their phone would prompt them to save a new contact? Customers receiving a new contact might delete it if they didn't know someone was going to send it to them.