Get started with push notifications in Mobile Services [iOS]
This tutorial walks you through these basic steps to enable push notifications: Generate the certificate signing request Register your app and enable push notifications Create a provisioning profile for the app Configure Mobile Services Add push notifications to the app Update scripts to send push notifications Insert data to receive notifications Generate the Certificate Signing Request file First you must generate the Certificate Signing Request (CSR) file, which is used by Apple to generate a signed certificate. From the Utilities folder, run the Keychain Access tool. Click login in keychain title and Keys in Category, select <key> in Name , Click Keychain Access , expand Certificate Assistant , then click Request a Certificate from a Certificate Authority... . Select your User Email Address and Common Name , make sure that Saved to disk is selected, and then click Continue . Leave t...