Hi, I am developing a chat with audio messaging and I faced a problem.  I can download the file from the server using FTP, but I cannot play it, I have the error here:
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
Error:
Error loading file: Error Domain=NSOSStatusErrorDomain Code=1685348671 "(null)"
P.S. I can see the file in the directory using this code
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
maybe someone came across this problem and can help me
			
			
			
				B4X:
			
		
		
		Mp.Initialize(File.DirDocuments, audiomessagefilename, "MP")Error:
Error loading file: Error Domain=NSOSStatusErrorDomain Code=1685348671 "(null)"
P.S. I can see the file in the directory using this code
			
				B4X:
			
		
		
		        For i = 0 To File.ListFiles(shared).Size - 1
            Log(File.ListFiles(shared).Get(i))
        Nextmaybe someone came across this problem and can help me
 
				 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		