iOS Question PlayBeep in background

rfresh

Well-Known Member
Licensed User
Longtime User
How can I get the PlayBeep sub below to play if the app is in the background?

Thank you...

B4X:
Sub PlayBeep
    Dim NativeMe As NativeObject = Me
    NativeMe.RunMethod("beep", Null)
End Sub
 

rfresh

Well-Known Member
Licensed User
Longtime User
I start my app and then have start up another app and work with it. I'd like to still have my first app be able make the beep sound while not the focused app.
 
Upvote 0
Top