Deprecated TransactionReceipt

前端 未结 3 742
故里飘歌
故里飘歌 2020-12-14 06:39

I am using this code for in-app purchases, took it from RaywernderLich\'s tutorial.

// Encode the receiptData for the itms receipt verification POST requ         


        
3条回答
  •  一整个雨季
    2020-12-14 07:35

    Replace with something like:

    [NSData dataWithContentsOfURL:[[NSBundle mainBundle] appStoreReceiptURL]];
    

    Convert NSData to NSString after that.....

提交回复
热议问题