How can I send push notifications to a build which is running under a development provisioning profile?
Can anyone please help me?
How can I send push notifications to a build which is running under a development provisioning profile?
Can anyone please help me?
You should use your development version of certificate to authenticate on Apple Push Notification Center.
For testing push-notifications you can use MacOs Application : PushMeBaby
Full tutorial for using it can be found here : (click me)
For testing purpose you can use urban airship and you can get the sample code also for iPhone application.
For testing push-notification you can use http://apns-gcm.bryantan.info/ I strongly recommend bryantan it works pretty faster.
You can test from both development and production But while testing from production please create the build using Adhoc.