Passbook文件在Safari OSX上打开,但不在Safari iOS上打开

时间:2015-09-16 23:11:47

标签: ios macos mobile-safari passbook passkit

我正在尝试将Passbook添加到我的应用中。我整天都在摆弄它,但仍然没有运气!

适用于OSX浏览器

当我在本地工作(OSX)时,我在Chrome和Safari中下载了存折,它们开放得很好:

image

在iOS浏览器上静默失败

但是,如果我使用iOS模拟器+ Mobile Safari,我会收到一条错误消息并且没有日志消息

image

如果我使用iPad(iOS 8& 9),我会得到相同的行为:错误消息+日志中没有任何内容。

一个疯狂的事情:我们确实在运行iOS 9的iPhone上成功打开了一个,但就是这样。在iOS 8上使用iPhone的早期尝试并未成功。

适用于iMessage =>的iOS

我的同事从这个问题下载了该文件,并通过iMe​​ssage& amp;安装成功。世界上有什么!!

示例文件

以下是一个示例.pkpass文件:http://rmosolgo.github.io/assets/rm_example.pkpass

我尝试了什么

内容类型标题

我确定我使用的是正确的内容类型。这是Rails代码:

  format.pkpass {
    # This is just for testing: visit .pkpass to download a pass file just like the
    # one that would be attached to the email
    pkpass = pass.to_pkpass
    send_data(pkpass.stream.string, 
      filename: pass.to_pkpass_filename, 
      content_type: "application/vnd.apple.pkpass"
    ) 
  }

似乎在GET请求中遇到了:

image

有效JSON

我尝试解压缩.pkpass并检查pass.json。一切都好!

现在怎么办?

我已经看到很多关于此的问题,但它们都涉及某种日志输出。我没有得到任何日志输出!我能做什么?你有什么建议吗??

非常感谢!

2 个答案:

答案 0 :(得分:2)

首先,您托管该文件的github服务器未发送正确的Content-Type标头:

$ curl -I http://rmosolgo.github.io/assets/rm_example.pkpass

HTTP/1.1 200 OK
Server: GitHub.com
Content-Type: application/octet-stream
Last-Modified: Wed, 16 Sep 2015 23:00:53 GMT
Access-Control-Allow-Origin: *
Expires: Thu, 17 Sep 2015 01:41:38 GMT
Cache-Control: max-age=600
Content-Length: 748362
Accept-Ranges: bytes
Date: Thu, 17 Sep 2015 01:31:38 GMT
Age: 0
X-Served-By: cache-iad2133-IAD
X-Cache: MISS
X-Cache-Hits: 0
X-Timer: S1442453498.285053,VS0,VE7
Vary: Accept-Encoding
X-Cache: MISS from liveandlearnatlanta.hotelwifi.com
Via: 1.1 varnish, 1.1 liveandlearnatlanta.hotelwifi.com (squid/3.3.2)
Connection: keep-alive

当使用正确的标头时,传递会正确加载和摄取。

但是,日志表明您的注册网络服务设置不正确,并且正在发出404响应,而不是预期的201

Sep 16 21:35:35 iPhone passd[140] <Warning>: Verifying structure and signature for pass pass.com.PlanningCenter.CheckIn/89709
Sep 16 21:35:35 iPhone passd[140] <Warning>: Signature validation: succeeded
Sep 16 21:35:42 iPhone passd[140] <Warning>: Verifying structure and signature for pass pass.com.PlanningCenter.CheckIn/89709
Sep 16 21:35:42 iPhone passd[140] <Warning>: Signature validation: succeeded
Sep 16 21:35:43 iPhone passd[140] <Warning>: Generating POST request with URL <https://check-ins-staging.planningcenteronline.com/v1/devices/b0d117f8963f3d5103637f4ca990e69a/registrations/pass.com.PlanningCenter.CheckIn/89709>
Sep 16 21:35:43 iPhone passd[140] <Warning>: Request contains header field <Authorization: ApplePass 2ece029fc4b7abe8aedfe95fe2375815e2504cc58ad3111689e29f08f8dbb689>
Sep 16 21:35:43 iPhone passd[140] <Warning>: Request contains body dictionary {
        pushToken = 5d1844d7403dfeca24f8a2275c3161a801515f94c1e07909de5ea6aa85f08479;
    }
Sep 16 21:35:43 iPhone passd[140] <Warning>: Verifying structure and signature for pass pass.com.PlanningCenter.CheckIn/89709
Sep 16 21:35:43 iPhone passd[140] <Warning>: Signature validation: succeeded
Sep 16 21:35:43 iPhone passd[140] <Warning>: Verifying structure and signature for pass pass.com.PlanningCenter.CheckIn/89709
Sep 16 21:35:43 iPhone passd[140] <Warning>: Signature validation: succeeded
Sep 16 21:35:43 iPhone passd[140] <Warning>: Verifying structure and signature for pass pass.com.PlanningCenter.CheckIn/89709
Sep 16 21:35:43 iPhone passd[140] <Warning>: Signature validation: succeeded
Sep 16 21:35:44 iPhone passd[140] <Warning>: Verifying structure and signature for pass pass.com.PlanningCenter.CheckIn/89709
Sep 16 21:35:44 iPhone passd[140] <Warning>: Signature validation: succeeded
Sep 16 21:35:44 iPhone passd[140] <Warning>: Verifying structure and signature for pass pass.com.PlanningCenter.CheckIn/89709
Sep 16 21:35:44 iPhone passd[140] <Warning>: Signature validation: succeeded
Sep 16 21:35:44 iPhone passd[140] <Warning>: Register task (for device b0d117f8963f3d5103637f4ca990e69a, pass type pass.com.PlanningCenter.CheckIn, serial number 89709; with web service url https://check-ins-staging.planningcenteronline.com) got response with code 404
Sep 16 21:35:44 iPhone passd[140] <Warning>: Register task (for device b0d117f8963f3d5103637f4ca990e69a, pass type pass.com.PlanningCenter.CheckIn, serial number 89709; with web service url https://check-ins-staging.planningcenteronline.com) encountered error: Unexpected response code 404
Sep 16 21:35:44 iPhone passd[140] <Warning>: Generating POST request with URL <https://check-ins-staging.planningcenteronline.com/v1/log>
Sep 16 21:35:44 iPhone passd[140] <Warning>: Request contains body dictionary {
        logs =     (
            "[2015-09-16 21:35:44 -0400] Register task (for device b0d117f8963f3d5103637f4ca990e69a, pass type pass.com.PlanningCenter.CheckIn, serial number 89709; with web service url https://check-ins-staging.planningcenteronline.com) encountered error: Unexpected response code 404"
        );
    }
Sep 16 21:35:44 iPhone passd[140] <Warning>: Register task (for device b0d117f8963f3d5103637f4ca990e69a, pass type pass.com.PlanningCenter.CheckIn, serial number 89709; with web service url https://check-ins-staging.planningcenteronline.com) will retry after 10 seconds
Sep 16 21:35:45 iPhone passd[140] <Warning>: Log task (pass type pass.com.PlanningCenter.CheckIn, web service url https://check-ins-staging.planningcenteronline.com) got response with code 200
Sep 16 21:35:54 iPhone passd[140] <Warning>: Generating POST request with URL <https://check-ins-staging.planningcenteronline.com/v1/devices/b0d117f8963f3d5103637f4ca990e69a/registrations/pass.com.PlanningCenter.CheckIn/89709>
Sep 16 21:35:54 iPhone passd[140] <Warning>: Request contains header field <Authorization: ApplePass 2ece029fc4b7abe8aedfe95fe2375815e2504cc58ad3111689e29f08f8dbb689>
Sep 16 21:35:54 iPhone passd[140] <Warning>: Request contains body dictionary {
        pushToken = 5d1844d7403dfeca24f8a2275c3161a801515f94c1e07909de5ea6aa85f08479;
    }
Sep 16 21:35:55 iPhone passd[140] <Warning>: Register task (for device b0d117f8963f3d5103637f4ca990e69a, pass type pass.com.PlanningCenter.CheckIn, serial number 89709; with web service url https://check-ins-staging.planningcenteronline.com) got response with code 404
Sep 16 21:35:55 iPhone passd[140] <Warning>: Register task (for device b0d117f8963f3d5103637f4ca990e69a, pass type pass.com.PlanningCenter.CheckIn, serial number 89709; with web service url https://check-ins-staging.planningcenteronline.com) encountered error: Unexpected response code 404
Sep 16 21:35:55 iPhone passd[140] <Warning>: Generating POST request with URL <https://check-ins-staging.planningcenteronline.com/v1/log>
Sep 16 21:35:55 iPhone passd[140] <Warning>: Request contains body dictionary {
        logs =     (
            "[2015-09-16 21:35:55 -0400] Register task (for device b0d117f8963f3d5103637f4ca990e69a, pass type pass.com.PlanningCenter.CheckIn, serial number 89709; with web service url https://check-ins-staging.planningcenteronline.com) encountered error: Unexpected response code 404"
        );
    }
Sep 16 21:35:55 iPhone passd[140] <Warning>: Register task (for device b0d117f8963f3d5103637f4ca990e69a, pass type pass.com.PlanningCenter.CheckIn, serial number 89709; with web service url https://check-ins-staging.planningcenteronline.com) will retry after 10 seconds

Added Pass Front Added Pass Back

答案 1 :(得分:1)

不要在iPad上测试存折 - 它似乎不起作用。对我来说,如果我使用iPhone,真正的iPhone工作和iOS模拟器工作!