applicationDidBe" /> applicationDidBe" /> applicationDidBe"/>

How do I get iOS system alertView callback?

275 views Asked by At

I want to get this alertView callback

  1. This alertView pop up from system;

  2. 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.

0

There are 0 answers