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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.