Is there any way to get notified when new message is received in iOS using public or private frameworks.
Asked
Active
Viewed 86 times
-2
-
refer: http://stackoverflow.com/questions/14494849/sms-notifications-in-ios6 – Suhas Arvind Patil Apr 26 '16 at 06:24
1 Answers
1
Apple doesn't allow to do this. If this app is not to release in Appstore, you may find some private frameworks. I think jailbrocken devices can do that. But I don't recommend to jailbreak your device. Understand that these restrictions are for the safety of the user and try to work within these limitations.
-
I don't have to publish the app on App Store that is why I mentioned use of Private Frameworks. But it should work in non jailbroken devices. – Jas_meet Apr 26 '16 at 06:34
-
1There's a similar question in this link http://stackoverflow.com/questions/19650136/register-for-sms-notification – Apr 26 '16 at 06:36