在iOS中阅读短信 [英] Read SMS message in iOS

查看:190
本文介绍了在iOS中阅读短信的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是iOS开发人员,我尝试构建具有自动激活功能的移动应用程序,我找到的方法不仅仅是使用私有API,这会导致Apple拒绝我的应用程序。我有两个问题和欣赏任何反馈可以帮助我。

I'm an iOS developer and i have tried to build a mobile application with automatic activation functionality, i found more than way to read SMS message but only using private API which will cause Apple rejection to my app.,i have two questions and appreciate any feedback can help me.

1-有没有办法在iOS平台上阅读短信而不面对Apple拒绝?
2-任何人都可以向我提供Apple开发者文档中的相关部分,该部分描述了不允许在iOS平台上阅读短信吗?

1- Is there any way to read SMS message in iOS platform without facing Apple rejection ? 2- Can anybody provide me with the related section in Apple developer documentation, the section that describe that its not allowed to read SMS message in iOS platform ?

推荐答案


  1. 不,没有办法阅读短信。由于隐私问题,Apple对此非常严格。

  2. 登录开发人员门户并点击 App Store审核指南

  1. No, there is no way to read SMS messages. Apple is very strict on this due to privacy concerns.
  2. Log in to the developers portal and click App Store Review Guidelines.

指南中没有指明您无法访问短信。但是,如果您使用不允许的私有方法,那么您只能访问它,并且会让您拒绝应用。

Nowhere in the guidelines does it specify that you can't access the SMSes. But you can only acces then if you use private methods which is not allowed and will get you app rejected.

您只能访问Apple提供文档化API的数据。除非Apple为其提供API,否则您无法访问应用程序Sandbox之外的文件。

You can only access data for which Apple supplies a documented API. You can not access file outside of the Sandbox of your App, unless Apple provides an API for it.

这篇关于在iOS中阅读短信的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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