iqbalmineraltown / flutter_sms_receiver

SMS Receiver API Flutter Plugin
BSD 3-Clause "New" or "Revised" License
22 stars 22 forks source link

Hi, Received SMS is not read in the iPhone. #19

Closed akshata2406 closed 2 years ago

akshata2406 commented 2 years ago

Hi, Received Sms is not read in the iPhone. It is working on android but facing issues in the iPhones please help. I also used the sms plugin to read the received sms but this is also not working for iOS

iqbalmineraltown commented 2 years ago

as stated in the README:

Currently developed for Android: reading messages without requesting SMS permission.

AFAIK iOS is never allowing an app to read SMS directly but there's should be something similar to reading OTP from iOS' System Keyboard

PRs are welcome 😄