アプリの起動後、スタートボタンを押すと「ラグ」になりますが、このコードをviewdidloadとviewdidappearにも使用しました:
gombhang = [NSURL fileURLWithPath:[[NSBundle mainBundle] pathForResource:@"button4" ofType:@"mp3"]];
gombha = [[AVAudioPlayer alloc] initWithContentsOfURL:gombhang error:nil];
[gombha prepareToPlay];
gombha.delegate = self;
このラグを修正するにはどうすればよいですか?修正できない場合、アップルはそれを拒否しますか?