-
The other day I had to resubmit my CSR file to the iOS Provisioning Portal as I was moving mac (and no longer had access to my old mac to move credentials across). Having did this before (on this mac in fact) I thought it would be a straight forward …
-
Below is some code that I wrote for saving, retrieving and deleting data entries for the iOS keychain. @interface WBKeyChainAccessor : NSObject { } /** Searches iOS keychain for an entry with supplied identifer and returns data if found @param identifier supplied identifier @return NSData object of found entry (nil if not found) */ + (NSData …