I want to authenticate the server with my self signed certificate without using the delegate methods as shown in [Making HTTPS request in iOS 9 with self-signed certificate . For every https request, I want to authenticate using my certificate. What are the possible ways to achieve it?
            Asked
            
        
        
            Active
            
        
            Viewed 55 times
        
    0
            
            
        - 
                    1Why without delegates? – Simon McLoughlin Aug 09 '16 at 07:36
 - 
                    I will be using swizzling mechanism for synchronous and asynchronous call for my dynamic libraries. Hence I should be able to establish authentication with this certificate without implementing the delegates. – Bhargav Teja Aug 09 '16 at 07:43