如何从passslot检索通行证的序列号?我使用以下代码生成了通行证:
[PassSlot createPassFromTemplateWithName:@"Membership Card" withValues:values andRequestInstallation:self completion:^{
NSLog(@"Pass!");
}];
或者我如何在我的上显示一个通行证,UIViewController
或者PKAddPassesViewController
如果我有通行证的序列号,因为我可以从以下 API 生成通行证:
https://api.passslot.com/v1/templates/names/templatename/pass
我正在为 Passbook Passes 使用 Passslot.com API,有什么建议吗?