Search code examples
objective-cnotificationsnotificationcenter

iOS - Add message to NotificationCenter/MessageCenter


I have a real problem to access the notification/message center (the one with the weather widget).

The only thing I want to do is, getting a notification text there and I really find no tutorial or anything else ...

May someone please give me a hint?

Thanks a lot and greetings, matthias


Solution

  • Do you want it to be a remote message?

    ios 5 has the idea of a local notification which lets your app just post a notification from the device.

    http://www.iostipsandtricks.com/ios-local-notifications-tutorial/