Read SMS message in iOS

后端 未结 5 956
情书的邮戳
情书的邮戳 2020-12-05 13:42

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 privat

5条回答
  •  自闭症患者
    2020-12-05 14:23

    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 access if you use private methods which is not allowed and will get your app rejected.

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

提交回复
热议问题