문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top