Hello, 
i maked a test buy over testflight and always the app crash...
the complete code:
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
			
			i maked a test buy over testflight and always the app crash...
the complete code:
			
				B4X:
			
		
		
		Sub store_PurchaseCompleted (Success As Boolean, Product As Purchase)   
    If Success Then       
        Dim no As NativeObject = Product
        Dim b() As Byte = no.NSDataToArray(no.GetField("transactionReceipt"))
               
        Dim bc As ByteConverter
       
        acc.setPro(email,md5Passwort,Success,bc.StringFromBytes(b, "UTF8"),secID)
    End If
End Sub