Push Notification - not getting the Alert window

0 views
Skip to first unread message

Sobuzz

unread,
Nov 6, 2009, 8:46:27 PM11/6/09
to iPhone SDK Development
Hi,

We have implemented APN and it works fine when the application
is running. But when not running, we expect to see an Alert, which
is not happening. Has anyone had this issue? Thanks

Sobuzz

shelly

unread,
Nov 10, 2009, 12:07:59 PM11/10/09
to iPhone SDK Development
No as long as you have something like this it should work.

application registerForRemoteNotificationTypes:
(UIRemoteNotificationTypeAlert |
UIRemoteNotificationTypeSound |
UIRemoteNotificationTypeBadge)];


Here's an example

http://sol3.typepad.com/tagalong_developer_journa/2009/06/test-server-deployment-for-apns.html
Reply all
Reply to author
Forward
0 new messages