Hi All,
I was trying to explore push notification in detail.
I went through this link
http://developer.apple.com/iphone/l...html#//apple_ref/doc/uid/TP40008194-CH103-SW1
now it says UIRemoteNotificationTypeBadge | UIRemoteNotificationTypeSound
only these 2 types notification are there ?
can i wake my application up when some notification arrives ? how to do that ?
what setup do i need to do to set a notification at server end ? I mean assuming I wrote a push application, can i test it on simulator by setting push notification in server side ? If yes how ?
--CH
I was trying to explore push notification in detail.
I went through this link
http://developer.apple.com/iphone/l...html#//apple_ref/doc/uid/TP40008194-CH103-SW1
now it says UIRemoteNotificationTypeBadge | UIRemoteNotificationTypeSound
only these 2 types notification are there ?
can i wake my application up when some notification arrives ? how to do that ?
what setup do i need to do to set a notification at server end ? I mean assuming I wrote a push application, can i test it on simulator by setting push notification in server side ? If yes how ?
--CH