R ronell Well-Known Member Licensed User Longtime User Dec 15, 2016 #1 is there a code for automatic termination of app if there is no internet connection connection?
Erel B4X founder Staff member Licensed User Longtime User Dec 15, 2016 #2 You can write such code. Send the request with HttpUtils2 and if Job.Success is false close the app (Activity.Finish). Upvote 0
You can write such code. Send the request with HttpUtils2 and if Job.Success is false close the app (Activity.Finish).
LucaMs Expert Licensed User Longtime User Dec 15, 2016 #3 Erel said: if Job.Success is false close the app (Activity.Finish) Click to expand... I would also stop any other service and use ExitApplication Upvote 0
Erel said: if Job.Success is false close the app (Activity.Finish) Click to expand... I would also stop any other service and use ExitApplication