iOS Question AudioRecorder doesn´t work on IPAD

Humberto

Active Member
Licensed User
Longtime User
The audio record works on Iphone and simple stop the program with no error message on Ipad

The comando is like this
B4X:
Sub bt_record_Click
    audio.Initialize ( File.DirDocuments, "teste.mp4", 11025, True, 8,True)
    audio.Record
End Sub

and the debug information is

Application_Start
The default app has not been configured yet.
Configuring the default app.
Application_Active
(empty string)
Application_Pushtoken
Application_Pushtoken
FCMConnected

/QUOTE]
 

Humberto

Active Member
Licensed User
Longtime User
Works Erel.

But the problem was just in Ipad, with Iphone works without this "plistextra"

Thanks
 
Upvote 0
Top