
how to implement the push operation to get a new screen for developing iphone application

In iPhone applications "PUSH NOTIFICAION" notify users when a specific update occurs. In objective c there is NSNotificationCenter object that provides a mechanism for pusing notifications to user.
Syntax
- (void)postNotificationName:(NSString *)notificationName object:(id)notificationSender
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
