我使用以下pass.json
的存折:
"formatVersion" : 1,
"passTypeIdentifier" : "pass.socialPoint.passbook",
"serialNumber" : "69874562241",
"teamIdentifier" : "9TS732CS23",
"lastUpdated" : "1357177440",
"associatedStoreIdentifiers":[564576004],
"relevantDate" : "2013-01-10T20:50+08:00",
"isRelative" : true,
"locations" : [{
"longitude" : 128.598845,
"latitude" : 35.203006
}],
我希望它在20:50提醒我,但事实并非如此。 pass.json
文件中的时间为2013-01-10T18:50+08:00
。
答案 0 :(得分:1)
根据Apple Documentation(表3-2),relevantDate
和coupon
次传递不支持storeCard
密钥。更改为其他通行证类型之一应允许您的通知在指定时间显示在锁定屏幕上。
您的通知时间设置为2013-01-10T18:50 + 08:00,中国时间为18:50,韩国时间为19:50(您所在的位置)。尝试设置为2013-01-10T20:50 + 09:00