Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (19 loc) · 632 Bytes

714.md

File metadata and controls

26 lines (19 loc) · 632 Bytes
contributors
zntfdr

What's new with Wallet

  • mass deletion interface for your passes
  • lighter color scheme
  • from iOS 11, only encrypted NFC passes are supported. Register yours at developer.apple.com/apple-pay

Opt-out of sharing

  • Passes can now be opted-out of sharing
  • Useful for single-use items, like loyalty cards or tickets

To take advantage of this, set the new top-level sharingProhibited key with value true in your pass.json:

{
  ...
  "sharingProhibited": true,
  ...
}
  • Note: users can still share the pass in older versions of iOS.