If I include in my own header file the method:
- (void)audioPlayerDidFinishPlaying:(AVAudioPlayer *)player successfully:(BOOL)flag;
Will my iPhone app be rejected?
I’ve already submitted the binary. Do I have to reject it and resubmit, without this method in my own class header file?
You have no need to put this in your header. Just import the AVFoundation headers.
But you won’ get rejected, no.