-2

Is there any way to get notified when new message is received in iOS using public or private frameworks.

Jas_meet
  • 366
  • 1
  • 20

1 Answers1

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
  • 1
    There's a similar question in this link http://stackoverflow.com/questions/19650136/register-for-sms-notification –  Apr 26 '16 at 06:36