0

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

matttrakker
  • 204
  • 3
  • 15

2 Answers2

2

Local and Push Notification Programming Guide

Dan F
  • 17,654
  • 5
  • 72
  • 110
0

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/

Joshua Hudson
  • 2,187
  • 2
  • 20
  • 24