Saturday, 4 April 2015

Pushnotifications in ios

  How to create provisioning certificate 

steps:

     1.First open “keychain Access” —>certificate assistant—>Request a certificate from a certificate authority menu item 

2.give email address —>select the 'Saved to disk' radio button
3.Press continue and save the certificate request to your disk and press the done button.  You will need this file at two points later in the process.

 Now create a provisioning certificate
4.go to developer.apple.com —>click member account—>signin
5.Clicl on certificates —>If  u find empty certificates like below


No comments:

Setting Up Multiple App Targets in Xcode from a Single Codebase

 To create two different apps (like "Light" and "Regular") from the same codebase in Xcode, you can follow these steps b...