­
­

How do I create a .p12 file?

iOS
First most important thing: You cannot sign in your app without a private key! Private keys are very important and should be always kept safe, because if they are missing, you will have a to face alot of difficulties. Your certificates will not work, you will see alot of error messages in Xcode, "No valid signing identity found" , blah blah blah! You...

Continue Reading

iOS Code Signing - A Complete Walkthrough

iOS
Sometimes deploying your app on your iPad/iPhone can be such a mess. Apple somehow makes things so complicated for a novice user to understand and use it. There are so many articles out there related to code signing, but sometimes its not very easy for users to understand what is happening where. So with my understanding on how this works, I am going...

Continue Reading