How can I add values to the pass using Passslot?
问题 I'm integrating Passlot in my app for wallet integration. I'd created new pass type id and added it in Passslot. I'd created a pass template for type - boarding pass as below, And in my app, i'm creating the pass with the above template and a dictionary with values, NSDictionary *values = [NSDictionary dictionaryWithObjectsAndKeys: @"14", @"gate" , @"India", @"depart" , @"UAE", @"arrive" , @"2:25 PM", @"boardingTime", @"Air India", @"flightNewName" , @"first", @"class", @"7/22", @"date" , @