I am, creating a app in which i need to show message to user that you received sms , is it possible using NSNotificationCenter. Please help?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
It's not possible, as far as I know. iOS treats a new SMS very similarly to a push notification sent to the system, and your code doesn't get notified of push notifications that are not sent to your app.
To reiterate, iOS does not notify your app when an SMS (text message) has been received by your phone.