Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Read sms using swift [closed]

I am trying to create a small sms app in swift. But I can seem to find anything in the documentation about receiving and reading SMS, I can only find a method to send sms's. Is there a way to receive SMS in iOS?

like image 733
user3527318 Avatar asked Feb 08 '15 21:02

user3527318


1 Answers

You aren't allowed to access SMS. Apple doesn't allow this.

Even if you would be able to achieve this, Apple wouldn't allow it to be in the App Store.

like image 152
Christian Avatar answered Oct 24 '22 06:10

Christian