このコードを試しましたが、うまくいきませんでした。
-(void)viewWillAppear:(BOOL)animated {
[super viewWillAppear:animated];
NSString *soundPath = [[NSBundle mainBundle] pathForResource:@"paying with coins and bills" ofType:@"wav"];
AudioServicesCreateSystemSoundID(CFBridgingRetain([NSURL fileURLWithPath:soundPath]), &(soundID));
AudioServicesPlaySystemSound (soundID);
}
xcode プロジェクトを実行した場合にのみ再生されます。
私の要件は、アプリを開くたびにiPadでサウンドを再生する必要があることです。私を助けてください