我试图弄清楚当用户尝试购买某些东西时,如何收听出现在“Apple ID 密码”警报中的“取消”按钮。你知道吗,苹果官方做的,看起来像:“Apple ID Password. [username] [password] [Cancel] [OK]”
我的流程是用户已经购买,并且再次购买恢复交易以在沙箱环境中登录测试用户- (void)paymentQueue:(SKPaymentQueue *)queue updatedTransactions:(NSArray *)transactions
方法在测试用户登录警报取消时不调用交易失败!