I have an app which will uses OTP (one-time password) value send via SMS
I wanted to do use this SMS text.
Thank you for the Registration, Your verification code is '####'.Please do not reply to this message
I wanted to show this MSG on my UIView which will have OK Button.
and onClick on OK Button I have to copy OTP '####' to my UITextField
.
So my question is, is it possible to get the SMS text into your app in iOS. The links that I searched shows that, Its only possible with JailBreak.
But I need some proper answer, so that If it is possible then how I can achieve it. If not possible then link which will show me in written that I can show to my manager and take decision accordingly.