是否可以在 ios 中从钱包应用程序访问其他用户通行证

is it possible to access other users passes from wallet app in ios

我想在其钱包应用程序中使用其他 iPhone 用户的通行证。

示例:当用户1想使用用户2的卡时,用户1将通过我们的应用程序向用户2发送消息(来自用户1的消息:用户2请释放$x的付款)

用户 2 收到此消息,然后只需通过我们的应用程序访问护照。选择卡并将该卡通行证发送给用户 1 10 分钟,以便通过他们的护照使用。

这可以访问吗?

不,这是不可能的,每个通行证都带有权利签名。您没有权利的通行证将不会退还。

PKPassLibrary 传递文档中的方法:

Your app only has access to certain passes, based on its entitlements. Passes that your app doesn’t have access to are not returned.