iOS APP question
I have a special case that I want There is a Button , and when it onClicked
,the APP will crash itself (on control)
Example
[btn addTarget:self action:@selector(noThisMethod) forControlEvents:UIControlEventTouchUpInside];
it's simply work ...『crash』 after this added in Code.
but....Will this app approve by apple? or will reject by apple?
if this will be reject by apple,is there any document maintained it?
Thanks for your great help!