I`m trying to play an MP3 file from my B4XPages app, here is what I`m doing... 
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
The MP3 plays when using the simulator, but not on B4i Bridge or real devices (tested on iPhone 6 & 10).
Thanks...James
			
			
			
				B4X:
			
		
		
		Process Globals
  Public mp1 As MediaPlayer
  ....
 
On B4Xpages
    Main.mp1.Initialize(File.DirAssets,"106.mp3","MPlayer")
    Main.mp1.Volume = 10
    Main.mp1.play
	The MP3 plays when using the simulator, but not on B4i Bridge or real devices (tested on iPhone 6 & 10).
Thanks...James