[ otptextField.textContentType = .oneTimeCode ] I tried this code which is in swift language but that is not I want. I want a background service for my iPhone to read my own SMS to another device, or a google chartsheet. And also, Is it possible to do it in any other languages like flutter or python? Only just I want to read SMS from an ios device by any programming language without jailbreak.
CodePudding user response:
No, you can't read the whole content of SMS messages since this will violate the user's privacy.
CodePudding user response:
Due to security issues, Apps on iOS can't read sms text messages. I wasted a lot of my time trying to figure that out. IOS keyboard will always recognise OTP and keep the OTP in their clipboard so its easy to paste it in otp field, that's all you can do for now.
