objective c - Retrieve the SMS text in iOS -


i have app uses otp (one-time password) value send via sms

i wanted use sms text.

thank registration, verification code '####'.please not reply message

i wanted show msg on uiview have ok button. , onclick on ok button have copy otp '####' uitextfield.

so question is, possible sms text app in ios. links searched shows that, possible jailbreak.

but need proper answer, if possible how can achieve it. if not possible link show me in written can show manager , take decision accordingly.

it's impossible access user's sms messages on both simulator , on real device (unless it's jailbroken). unlike on android, apple's privacy constraints don't allow developers right access users' personal data such text messages, phone calls, etc. can see various examples this. example, try whatsapp registration process on both iphone , android. on both, you'll receive text message code, while on android code magically inputted , verified app, on iphone you'll see received text message , asked manually type code.


Comments

Popular posts from this blog

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

c# - two queries in same method -