tags:

views:

32

answers:

1

I have my development app installed on my iPhone with the development provisioning profile. Do push notifications work with the development provisioning profile, or only on distribution?

I'm curious because push notifications are working just fine on distribution, but not with the development app.

Thanks!

A: 

Should work with the devel profile. There's a sandbox service. (See http://developer.apple.com/iphone/library/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/CommunicatingWIthAPS/CommunicatingWIthAPS.html)

tob
Do I need a separate .pem file for push notifications to work with development profile?
BigMike
Take a look at http://developer.apple.com/iphone/library/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/ProvisioningDevelopment/ProvisioningDevelopment.html#//apple_ref/doc/uid/TP40008194-CH104-SW1
tob