在iPhone中开发短信应用程序? [英] developing sms application in iPhone?

查看:65
本文介绍了在iPhone中开发短信应用程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

可能重复:
如何以编程方式在iPhone上发送短信?

Possible Duplicate:
How to programmatically send SMS on the iPhone?

我是iPhone编程的新手,我正在考虑开发一个短信应用程序,用户可以通过该应用程序在我的应用程序内发送和接收短信,类似于iPhone自己的消息应用程序.我认为苹果没有提供任何有关访问短信收件箱的API? ?还有其他解决方法吗?

i am new to iPhone programming and i was thinking of developing an sms application through which user can send and receive sms inside my application similar to iPhone own message application.i think apple doesn't provide any API regarding accessing sms inbox?? is there any other way around it??

推荐答案

恐怕无法通过默认的iPhone SDK来实现.

I'm afraid this is not possible through the default iPhone SDK.

您有两种可能性:

  1. 通过打开工具链.我对这种开发方式经验不足,但是我认为应该可以从外部访问SMS收件箱等.缺点:只有越狱的手机,没有App Store ...
  2. 创建自己的服务,该服务通过例如服务器发送SMS.您可以使用推送"通知或其他方式来指示新消息何时到达.但是,您应该了解并阅读Apple的关于模仿内置核心应用程序功能的应用程序准则.
  1. Create an application through Open Tool Chain. I'm not very experienced with this kind of developement, but I think it should be possible to access the SMS inbox etc from outside. Drawback: Only jailbroken phones, no App Store...
  2. Create your own service that sends SMS via, for example, a server. You could use Push notifications or something to indicate when new messages has arrived. You should however be aware of, and read up on, Apple's guidelines regarding applications that imitate functionality of built in core applications.

这篇关于在iPhone中开发短信应用程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆