How can I send a coupon generated form my website to passbook. Actually I send the coupon via email. I would like to provide the possibility to the user to add the coupon to the iphone's passbook.
4 回答
您是否已经设计了 Passbook Pass 并希望通过电子邮件分享,或者您只是拥有“优惠券详细信息”并想要创建 Passbook Pass?
如果是前者,请将您的 Web 服务器配置为使用 mime 类型为 application/vnd.apple.pkpass 的 .pkpass 包提供服务
如果是后者,您可以使用PassKit Pass Designer创建Passbook Pass ,然后您只需在电子邮件中共享 Pass URL。
无论哪种方式,我都建议使用“添加到存折”按钮,因为更多的最终用户都认可这一点。因此,您只需在“添加到存折”按钮中引用 URL。
当用户在他们的邮件客户端中点击它时——如果他们在移动设备上,或者在 Safari (>Mac OSX 10.8.2) 中——那么 Passbook 优惠券将显示在设备屏幕上并且用户可以选择添加这个到 Passbook 应用程序/钱包。
只要客户将优惠券保存在他们的 Passbook 中,您就可以通过推送更新到 Pass 与客户进行交流/互动。因此,您不必通过电子邮件发送新的优惠券或更新。
免责声明:我是 PassKit 的联合创始人之一
对于如何实施“PassBook”和使用电子邮件的深入指导,我建议查看以下网站/教程。
第 1 部分: http ://www.raywenderlich.com/20734/beginning-passbook-part-1
第 2 部分: http ://www.raywenderlich.com/20785/beginning-passbook-in-ios-6-part-22
There is not enough info to give you a good answer.
However, I can point you in the right direction. If you are running rails, check out this gem: Passbook.
What you will need to do is generate a pass then have a link that downloads it with a MIME type of application/vnd.apple.pkpass. The links @KarlDaniel mentioned (this one and this one) are also great resources. If you update your question to be more specific, we will be able to help more.
如果您想直接从浏览器链接到 Passbook,那么您只需要链接到 .pkpass 捆绑包并让您的服务器使用 MIME 类型的application/vnd.apple.pkpass
Apple 服务它,您希望您使用他们的 Add to Passbook 按钮作为链接锚点可以从他们的存折资源中下载
请注意,这仅适用于 Passbook 兼容平台上的 Passbook 兼容浏览器(当前为 OSX10.8.2+ 和 iPhone iOS6+ 上的 Safari 或 iPhone 版 Chrome)。对于其他平台或浏览器,则将下载该文件,这可能会使用户感到困惑。另请注意,iOS6 上的 Facebook 和 Twitter 浏览器尚不支持浏览器转存折。