I have an udp voip app that worked fine on both wifi and cellular before trying it on my android 9 phone. Wifi works fine on the Android 9 phone. Cellular crashes. This is the case with both v10.7 and v11 of b4a. I don't know about previous versions.
Any help or suggestions would be great!
Rob
PS: My B4A app connects to a pc server as a client. Crashes do not occur when connecting to a standard pc. The crash only occurs when connecting to a faster gaming pc. both have windows 10???
There is no way to know the full error because I only see errors when connected to WiFi. I thing I gave enough info to point me in some direction. I am guessing it is related to network latency.
You can plug a USB cable into your phone to get logging when not connected to Wifi. I would suggest you give more information if you want other members help you. Your information provided is rather vague.
Thank you for the help. I didn't think about USB debugging. My info is kind of vague. I did not want to post a bunch of code without knowing what was relevant.
Follow up - Problem Solved.
Error was due to free firewall software trial timed out and blocked one of 2 previously opened ports of my server(on my new gaming pc). Uncaught error, 'socket not connected' caused the crash that I was able to see, thanks to Jmu5667, once I used USB debug.