Notification for adding/removing Sandbox test credit cards in Wallet App

Hi,


I want to receive notification inside my app when I add/remove a 'Sandbox test card' in wallet . Is it possible to get such notification ?


We are using Sandbox test cards ( Visa/Discover) given at https://developer.apple.com/apple-pay/sandbox-testing/


1. I am creating an instance of PKPassLibrary and calling its openPaymentSetup method . This transfers control to Wallet app as written at https://developer.apple.com/documentation/passkit/pkpasslibrary/1617100-openpaymentsetup?language=objc


2.Now when I add a credit card through Wallet app, can my App get notifications for the same? My ViewController has registered for PKPassLibraryDidChangeNotification,

PKPassLibraryRemotePaymentPassesDidChangeNotification as written at https://developer.apple.com/documentation/passkit/pkpasslibrary?language=objc.

But the call-backs are not getting hit when I add a sandbox card to wallet.