gpt4 book ai didi

ios - Passbook pkpass 文件在模拟器上不起作用

转载 作者:行者123 更新时间:2023-12-01 16:09:28 28 4
gpt4 key购买 nike

我按照文章 here 创建了我的第一个 Passbook 通行证。

{
"formatVersion" : 1,
"passTypeIdentifier" : "pass.com.mypassbook.coupon",
"serialNumber" : "E5982H-I2",
"teamIdentifier" : "ASDFGM5E66",
"barcode" : {
"message" : "123456789",
"format" : "PKBarcodeFormatPDF417",
"messageEncoding" : "iso-8859-1"
},
"locations" : [
{
"longitude" : -122.3748889,
"latitude" : 37.6189722
},
{
"longitude" : -122.03118,
"latitude" : 37.33182
}
],
"organizationName" : "Paw Planet",
"description" : "Coupon for a free lollipop at Example Candy Store",
"logoText" : "Example Candy Store",
"foregroundColor" : "rgb(255, 255, 255)",
"backgroundColor" : "rgb(206, 140, 53)",
"coupon" : {
"primaryFields" : [
{
"key" : "offer",
"label" : "On July 29",
"value" : "Free lollipop"
}
]
}
}

最后,我创建了 pkpass 文件,但是当我将文件拖放到模拟器上时,我得到以下信息:

enter image description here

有任何想法吗?我在控制台应用程序中检查了系统日志,它没有显示任何消息。

当我通过电子邮件将 pkpass 作为附件发送给自己时,这就是我所看到的。 enter image description here

最佳答案

您签署通行证的方式有问题。当我在 iPhone 上打开通行证时,我会在日志中看到:

无效数据错误读取 pass.com.azamsharp.blindscoupon/123456。提供的 passTypeIdentifier 或 teamIdentifier 可能与您的证书不匹配,或者无法验证证书信任链。

仔细检查您的证书和值是否匹配。您还必须记住在签署 list 时包含 WWDC 证书。

关于ios - Passbook pkpass 文件在模拟器上不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30109345/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com