fix reply in notif ios10

This commit is contained in:
Benjamin Reis 2017-02-21 16:57:28 +01:00
parent 74f45effc9
commit e7f17552ec

View file

@ -1272,7 +1272,7 @@ static void linphone_iphone_popup_password_request(LinphoneCore *lc, const char
}
content.sound = [UNNotificationSound soundNamed:@"msg.caf"];
content.categoryIdentifier = @"msg_cat";
content.userInfo = @{ @"from" : from, @"from_addr" : remote_uri, @"call-id" : callID };
content.userInfo = @{ @"from" : from, @"from_addr" : remote_uri, @"CallId" : callID };
content.accessibilityLabel = @"Message notif";
UNNotificationRequest *req =
[UNNotificationRequest requestWithIdentifier:@"call_request" content:content trigger:NULL];