Reputation: 176
I am working on wallet and pass is being made from server side. I want to remove the pass if existing in the wallet with same credentials. I had used the method - (void)removePass:(PKPass *)pass;
but the pass is not removed from the wallet. Can anyone tell me the correct way to remove the pass.
Upvotes: 1
Views: 741