How to extract sms, to our custom ios application.

The basically idea is, I want to show all sms of device in our custom ios application.

Like if I have 10 sms in my device, we can read and can populate on custom app.

It is not possible on earlier virsion of ios. Now I can see apple provided read OTP feature through security autofill, in ios 12 beta version.

So in the same way is it possible to extract sms in app in ios 12 beta version.

Replies

It is not authorized for an App to access SMS (for privacy issues). I doubt it could be possible ion the future.


See discussion here : h ttps://stackoverflow.com/questions/28399777/read-sms-using-swift

The link which you have provided is older one.

So in ios 12 beta, if we can access OTP, by security autofill feature.

Is there is any API expose to read sms in iOS 12 beta version?

Is there is any API expose to read sms in iOS 12 beta version?

See my response on your other thread.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"