Search code examples
ios6apple-push-notifications

Easiest way to implement Apple Push Notification


I want to implement Push notification in my IOS Application. I have referred few links & also sample code but its not working & crashes.

I want to know that what are the things or steps required to implement this & also if the easiest & simplest way to implement this feature.

Any suggestions & hints will be highly appreciated.


Solution

  • Best Simple Tutorial about apple push notification

    Top reason why push notification not works is

     « After configuring push notification for bundleId /App Id, provisioning  
       profiles are not recreated. 
    

    We need to configure push notification while creating AppID. If added later then you need to create new provisioning profiles.