robotmedia / RMStore

A lightweight iOS library for In-App Purchases
Apache License 2.0
2.42k stars 450 forks source link

Crash on restore #196

Open ReDetection opened 7 years ago

ReDetection commented 7 years ago

I'm now getting a crash when trying to restore purchase. Crash happens on the last line of notifyRestoreTransactionFinishedIfApplicableAfterTransaction, it's in RMStore.m:668

[[NSNotificationCenter defaultCenter] postNotificationName:RMSKRestoreTransactionsFinished object:self userInfo:userInfo];

screen shot 2016-10-10 at 11 03 40

Does anyone know how to workaround this?