I\'m using the mutlipeer connectivity framework for the first time, and I want programmatic ( not with the assistant classes) control.
Everything is working exactly
The "didReceiveCertificate" delegate method is optional and if you don't implement it, the framework will assume that you accept the certificate (note that certificate can be nil).
However, if you implement the method and then leave it empty, then, sure, the peer will not connect, because the framework will expect you to call the certificateHandler with either a YES or NO.