you need to use a combination of two dictionaries in combination with one dictionary, and then install this dictionary into user information.
NSDictionary *dic=[NSDictionary dictionaryWithObjectsAndKeys:dic1,@"first",dic2,@"second", nil];
alarm.userInfo=dic
source
share