receipt

  1. Jack Cole

    iOS Question Error getting receipt for in app subscription

    I'm trying to use this code to get the receipt for an IAP. The code was recommended by Erel. Dim no As NativeObject = Product Dim b() As Byte = no.NSDataToArray(no.GetField("transactionReceipt")) I am using it in the MyStore_PurchaseCompleted event. Product is of the Purchase type. I get...
Top