Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在处理钱包,并且正在从服务器端制作通行证。如果钱包中存在具有相同凭据的通行证,我想删除通行证。我使用了该方法- (void)removePass:(PKPass *)pass;,但通行证没有从钱包中删除。谁能告诉我删除通行证的正确方法。
- (void)removePass:(PKPass *)pass;