Registriert seit: 3. Sep 2023
392 Beiträge
|
AW: Delphi 12.1 Android 14 und FTP
Gestern, 08:55
I am in no way Android programmer, but i remember reading two case might be relevant to your case, though translation might be sending me in wrong direction:
1) Internet permission is not enough to connect to internet, i use Chinese android 14 and there is security application with firewall, i should explicitly allow using internet (or lan) per wifi or data.
2) Are you sure these internet operation (like connect ...) are not in the main thread as it is prohibited per Android policy, this can't be override, and you must switch all of these operation to different threads.
Kas
|