In my app, I need push notifications. I am implementing all the instructions from the push notifications docs. But I got an error from Push Notification:
Fai
First thing you have to run applcaiton in device.
This is will happen in xcode 3.2.6. Because when you are getting everything perfect. But your application is not registering in your iphone, ipad or ipod. You need to generate a Entitlement.plst file.
Now copy some lines like the following from your provisioning profile into your entitlements file:
application-identifier
xyz.com.company_name.app_name
aps-environment
development
get-task-allow
keychain-access-groups
xyx.*