是否有任何关于如何在iPhone应用程序中实现短信方案的代码。此外,实施这个短信方案将允许我的应用程序与短信应用程序进行交互,就像订阅广告或服务一样?
答案 0 :(得分:0)
iPhone SDK可以执行任何SMS功能,用于访问接收的短信或发送短信。如果您需要此功能,则应该file Apple的错误。
答案 1 :(得分:0)
<a href="sms:">Launch Text Application</a>
<a href="sms:1-408-555-1212">New SMS Message</a>
Apple URL Scheme TextLinks https://developer.apple.com/library/content/featuredarticles/iPhoneURLScheme_Reference/SMSLinks/SMSLinks.html#//apple_ref/doc/uid/TP40008054-SW1