B4A Question CLEARTEXT communication to 192.168.0.101 not permitted by network security policy - beelze69    Jun 28, 2020 .net.UnknownServiceException: CLEARTEXT communication to 192.168.0.101 not permitted by network...: CLEARTEXT communication to 192.168.0.101 not permitted by network security policy, Response:
ERROR... B4A Question Error: java.net.UnknownServiceException: CLEARTEXT communication - Angelo Messina    Aug 4, 2019   (1 reaction) Error: java.net.UnknownServiceException: CLEARTEXT communication to pvoutput.org not permitted by network security policy
Hi, I have this error on android 9... B4i Tutorial FirebaseNotifications / Push Messages (server not required) - Erel    Jun 26, 2023   (7 reactions)   tags: Erel Updated tutorial: https://www.b4x.com/android/forum/threads/b4x-firebase-push-notifications-2023.148715/ The configuration steps are still relevant. 261132706 Firebase Notifications service makes it relatively easy to send push messages. Integrating Firebase: https://www.b4x.com/android/forum/threads/firebase-integration.68623/ Push messages in iOS requires some configuration. 1. Create a ne... B4A Question Images loaded in webviews are not displayed in mode “debug (rapid)” B4A 3.50 version - bgsoft    Mar 18, 2014 In the new Basic4Android 3.50 version, I realised that images loaded in webviews are not displayed in mode “debug (rapid)”. In other modes, as “debug (legacy)” and “release” are shown normally. There is a simple example to check this: Sub Globals Dim WebV As WebView End Sub Sub Activity_Create(FirstTime AsBoolean) Activity.LoadLayout("Layout1") WebV.Initialize("WebV") Activity.AddView(WebV, 0dip, 0dip, 100%x, 100%y) WebV.LoadHtml("<html>... B4A Question Now - Android 6 ServiceStartAtExact not accurate - wes58    Mar 26, 2016 .0.1 and (not) to my surprise this function is no longer accurate. I get sometimes couple of minutes... a "Doze" mode. I tried to use AlarmManager method setExactAndAllowWhileIdle (not tested... that uses WakefulBroadcastReceiver that supposed to work in Doze mode. But I am not sure yet how to... Games [XUI2D] To Collide or Not To Collide - Erel    Sep 12, 2018   (6 reactions)   tags: Box2d Collision will be detected but there will not be a physical collision. Now for mask bits and category bits. The formal... and EndContact. Note that PreSolve and PostSolve are not called for sensors. The events are a bit... B4A Question android:usesCleartextTraffic="true" need help! - tufanv    Jun 20, 2019 Hello,
After updating my app to use sdk 28, android version 8 is getting an error while connecting to http:err_cleartext_not_permitted .
Stackoverflow has this topic:
https://stackoverflow.com/questions/52707918/webview-showing-err-cleartext-not-permitted-although-site-is-https
what must I add to fix this ?
Thanks... B4A Question Cleartext traffic allowed for all domains - ThePuiu    Jan 15, 2021 the manifest tab is set targetSdkVersion="29".
The application is not supported when publishing with the message: Cleartext traffic allowed for all domains. Can only one non-https domain... B4A Question Maven artifact not found: com.google.guava/listenablefuture (SOLVED) - Greg Breinholt    Oct 25, 2020   (1 reaction) Just updated the SDK through the B4A SDK Manger and now I get the "Maven artifact not found: com.google.guava/listenablefuture". I tried searching for it, and this is closest one installed: 101792 I see that others had this issue in the past - seems that updates to the SDK Manager to 3.6 fixed it last time: https://www.b4x.com/android/forum/threads/marvin-artifact-not-found-guava.112315/#post-700697 I also tried copying the resources over, as noted here: https://www.b4x.com/android... B4i Tutorial New iOS device - This app cannot be installed because integrity could not be verified - Erel    Dec 1, 2022   (13 reactions) I've just wasted a bit more time than expected, installing B4i-Bridge on a new iPhone. A few tips: 1. Enable developer mode: Settings - Privacy & Security - scroll down - Developer Mode 2. Don't forget to add the new device UDID to the list of devices on your Apple account, create a new provision profile and download it. 3. You need to use a wildcard app id when building the bridge. 4... Page: 1   2   3   4   5   6   |