まだ作成されていないお知らせ(新規お知らせ)については変更されますが、すでに作成されているものについては以前の音のままです。
私が試してみました:
NSString *soundName = cell.titleLabel.text;
NSArray *notifications = [[UIApplication sharedApplication] scheduledLocalNotifications];
for (UILocalNotification *notif in notifications) {
notif.soundName = [NSString stringWithFormat:@"%@.mp3", soundName];
}
しかし、うまくいきません...