This alertView pop up from system;
I want to know when the user click "Cancel", and when the user click "Pair".
I know AppDelegate.m->
applicationDidBecomeActive:
will be executed, but I don't know the user click "Cancel" or "Pair".
Anyone give some help? Thanks.