Question

I noticed that SKPaymentTransaction.TransactionReceipt is obsolete in iOS 7. The xamarin docs still point to the old methods of verification which should work as Apple states TransactionReceipt can be used for fall back. I'd like to get my StoreKit code updated in the event TransactionReceipt disappears in the future as it should being Obsoleted now. If anyone has sample C# code on StoreKit payment verification using the new iOS 7 methods please provide sample code.

Was it helpful?

Solution

I finally implemented this, not a big of a deal as first expected. I used the code per the example at http://www.hassang.com/ and then I use a fallback on SKPaymentTransaction.TransactionReceipt which I also need as I still support iOS 6.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top