我的ios应用程序因应用内结算而崩溃,如下所示: [SKPaymentQueue _notifyObserversAboutRemovals:]
使用swift和app delegate是SKProductsRequestDelegate和SKPaymentTransactionObserver
任何想法为什么?
答案 0 :(得分:0)
我想,你需要把
SKPaymentQueue.defaultQueue().removeTransactionObserver(self)
在dealloc方法中。这将告诉SKPaymentQueue,RemoveAdsViewController在取消分配后不会侦听任何事务。