iOS の uilocalnotification でカスタム サウンドを使用しています。しかし、それは遊びではありません。ファイルは Document フォルダに存在します。通知は動作していますlocal.soundName= UILocalNotificationDefaultSoundName;
NSString* documentsPath = [NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES) objectAtIndex:0];
NSString *path = [NSString stringWithFormat:@"%@/DingDongTone.wav",documentsPath];
local.soundName=path;
助けてください。ありがとう。