Sunday, August 2, 2009

Added iPhone3 OS Push notification support to application successfully

Hello Everybody,
I am glad to say that I am able to add push notification support to our iPhone application and its accepted on appstore. if anybody wants help in hows to implement it then you can write to me.

P.S. - The first thing you need is your Push certificates. These identify you when communicating with APNS over SSL. Configure your application for handling push notification on program portal of your iPhone developer account for development mode ( and production mode in case you want to release your application). Send your messages to gateway.sandbox.push.apple.com:2195 during the beta period.

How push notification works according to Apples documentation :




Thanks
Amit

4 comments:

  1. Great can you send me this code of implementation at surendra.singh19@gmail.com
    thanx a lot

    ReplyDelete
  2. please do send a snippet or easy-how-to-do to my id: sujith.disneyland@gmail.com

    ReplyDelete
  3. hi amit .this is sapna.i need to develop an
    application in an i-phone.aim is to get real time data from a server to an i-phone.paltform to be used is linux and language is objective-c.is there any ways you can help me? my id is gulu.sapu@gmail.com

    ReplyDelete
  4. you can use NSURLConenction or NSURL and CFReadStreamRef classes to get data from server. there are several code snippet you will get by goggling these terms. And also i think you need machintosh machine to start developing application for iphone.

    ReplyDelete