MugunthKumar / MKStoreKit

The "Goto" In App Purchases Framework for iOS 8+
2.09k stars 429 forks source link

Bug fix issue #221, changed kMKStoreKitProductPurchasedNotification object #235

Open santilorenzo opened 9 years ago

santilorenzo commented 9 years ago

I added a check on line 331 on the originalAppVersion string and saved the purchaseRecord only if this string is not nil. Plus I did a modification on the kMKStoreKitProductPurchasedNotification: instead of posting transaction.payment.productIdentifier I post the entire transaction object so I can take the transaction identifier back and use it for a server side validation