verifying iOS in app purchase receipt with C#

后端 未结 4 877
误落风尘
误落风尘 2021-01-31 21:31

I am verifying my ios in app purchase receipt on my server using C# web service

I got receipt as string by doing below in Xcode:



        
4条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-31 22:11

    This code example was also helpful to me and may help others: For C# developers there is a useful open-source project called APNS-Sharp which includes receipt verification code that works in ASP.NET. In particular, the Receipt.cs and ReceiptVerification.cs files in the Jdsoft.Apple.AppStore directory

    Found it from this page about Xamarin: inapp purcasing ios Transactions and Verification

提交回复
热议问题