Difference between revisions of "Apple Wallet"

From MgmtWiki
Jump to: navigation, search
(Context)
 
Line 4: Line 4:
 
==Context==
 
==Context==
 
Both Apple and Google mobile phone operating systems are shipped with a wallet that can be used in the real-world or online.
 
Both Apple and Google mobile phone operating systems are shipped with a wallet that can be used in the real-world or online.
 +
 +
Here is a video detailing how the API works: https://developer.apple.com/wwdc22/10041
 +
 +
Here is the documentation that we just released that details how to test the API:
 +
 +
https://developer.apple.com/documentation/passkit/wallet/requesting_identity_data_from_a_wallet_pass
 +
 +
We've provided a few mechanisms to help you test. First, you can test in the iOS Simulator, where the API will return a mock response. This response is similar to a real one, but lacks real signatures.
 +
 +
Similarly, you can use a test profile to receive a mock response on a real iPhone, even If you don't have an ID in Wallet on that iPhone. Details are here: https://developer.apple.com/documentation/passkit/wallet/verifying_wallet_identity_requests
 +
 +
Andreas
  
 
==References==
 
==References==
  
 
[[Category: Best Practice]]
 
[[Category: Best Practice]]

Latest revision as of 09:17, 9 September 2022

Full Title

This is a description of the current best practices for engaging an Apple Wallet from a Web Site.

Context

Both Apple and Google mobile phone operating systems are shipped with a wallet that can be used in the real-world or online.

Here is a video detailing how the API works: https://developer.apple.com/wwdc22/10041

Here is the documentation that we just released that details how to test the API:

https://developer.apple.com/documentation/passkit/wallet/requesting_identity_data_from_a_wallet_pass

We've provided a few mechanisms to help you test. First, you can test in the iOS Simulator, where the API will return a mock response. This response is similar to a real one, but lacks real signatures.

Similarly, you can use a test profile to receive a mock response on a real iPhone, even If you don't have an ID in Wallet on that iPhone. Details are here: https://developer.apple.com/documentation/passkit/wallet/verifying_wallet_identity_requests

Andreas

References