Hello,
Previously I was using app store receipt validation without a problem. I need the transactionReceipt column.
I am using the code below to get it :
It was previosuly giving a very long receipt id which you could verify with appstore but now the log shows me :
<B4IArray: 0x16169090>
instead of this long receipt id.
Using store 1.1
What may be the problem ?
Previously I was using app store receipt validation without a problem. I need the transactionReceipt column.
I am using the code below to get it :
B4X:
Dim no As NativeObject = Product
Dim b() As Byte = no.NSDataToArray(no.GetField("transactionReceipt"))
LogColor(b,Colors.Magenta)
'Dim sos As String = convert.StringFromBytes(b,"UTF-8")
It was previosuly giving a very long receipt id which you could verify with appstore but now the log shows me :
<B4IArray: 0x16169090>
instead of this long receipt id.
Using store 1.1
What may be the problem ?