Guest User

Untitled

a guest
Feb 20th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. // for some reason we crash below on the Simulator but not on the actual device...
  2. NSURLCredential *credential = [NSURLCredential credentialWithIdentity:myIdentity
  3. certificates:(NSArray *)myCerts
  4. persistence:NSURLCredentialPersistenceForSession];
Add Comment
Please, Sign In to add comment