In previous versions of iOS we didn't access to short messages inbox. New version of iOS released, now have we access to inbox?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
NO this is still not possible. Check out Adam Davis
's answer on How to programmatically send SMS on the iPhone? this still remains the same.
Apps will still work in a sandbox in iOS8 so they will not know about other apps and will not be able to access their content. This is how Apple has always had it and I very much doubt they will change it any time soon, if they change it at all. Also check out How Can We Read Incoming SMS by using Application in iOS
回答2:
iOS doesn't have inbox system as Symbian or Android instead they use message to send and receive SMS.
回答3:
you can read message from notification whenever new incoming message arrive
回答4:
Update iOS 12 yes you can ready as you can see here. all you need to do is
yourTextField.textContentType = .oneTimeCode
Thanks & Regards