Posts

Showing posts with the label PHP Server

Sending apple push notification through PHP server

One of the widely used feature in iPhone development platform is to send the push notifications to the individual device relevant to the application installed on to it. This tutorial will go into details of how to configure the apple push notification for the device application as well as how to send the push notification onto apple device using PHP server. Step 1:Configure your iPhone application to receive push notification. Find your application under the App ID’s on apple developer site. Under your application click on configure to enable the APNS(apple push notification server)service.You have to create the push notification for both development as well as production mode of the app. Follow the steps to configure the app for push notification by giving the certificate signing request. To generate the certificate signing request go to keychain access and click on request a certificate from certificate authority. Once you submit the CSR(certificate signing request)yo...