B4A Library FirebaseAdMob v1.6 - Erel    Jun 21, 2020   (17 reactions) Google has added a few new requirements to AdMob implementation. You must make these changes if you are using the latest versions of Android SDK libraries (firebase-ads 18.1.1+). Instructions: 2. Find your AdMob app id and add it to the manifest editor: 'This is a sample AdMob app id. You need to change it to your id. AddReplacement($ADMOB_APP_ID$, ca-app-pub-3940256099942544~3347511713) How to find the id: https://support.google.com/admob/answer/7356431?hl=en 3. Initialize MobileAds in... B4J Question java.io.IOException: unexpected end of stream on okhttp3.Address@2c98c95e - udg    Mar 19, 2019 Hi all, today I'm encountering this error message while connecting to my VPS where a B4J module is listening in order to serve back data from a MySQL DB. Yes, I'm aware of RDC2 but this system was built before its availability and I can't rewrite it from scatch. What I'd like to... local), local code posting to server. On Github I found a reply like the following: "The error... that I used this same components for years and the error just appeared today.... B4A Tutorial [java] Guide - Using onActivityResult - Erel    Jan 12, 2011 Starting with B4A V1.1 libraries can use startActivityForResult and receive the onActivityResult event. There is a new interface named: IOnActivityResult. public interface IOnActivityResult { void ResultArrived(int resultCode, Intent intent); } You should implement this interface and pass it to BA.startActivityForResult: public synchronized void startActivityForResult(IOnActivityResult...) { list.setObject((java.util.ArrayList)t... B4J Code Snippet Fix for error: Cannot invoke "java.lang.ref.WeakReference.get()" because "wfe.senderFilter" is null - Erel    Aug 18, 2025   (2 reactions) This error is a bit tricky. It happens when multiple resumable subs are waiting for events with the same name, some with sender filter set and others without. This code reproduces this error: 'Call both subs in this order: t2 t1 Private Sub t1 Dim job As HttpJob job.Initialize("", Me) job.Download("https://www.b4x.com") Wait For (job) JobDone(job As HttpJob) 'with sender filter If job.Success Then Log(job.GetString) End If... 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... B4A Question [solved] GooglePlayBilling v7.00 - subscription error - aeric    May 29, 2024 I am testing the new GooglePlayBilling library v7.00 I get an error on line #99 when calling....Get(0) has value: ProductDetails{jsonString='{"productId":"weekly_1","type":"subs","title":"Weekly RM1.99 (In App Billing Demo)","name":"Weekly RM1.99","description":"Weekly Subscription for RM1.99 only...:"weekly_1","type":"subs","title":"Weekly RM1.99 (In App Billing... B4i Question Admob - prepare for ios14 warning email? - ilan    Aug 19, 2020   (3 reactions) today i got an email from google that i need to prepare my apps for ios14. actually i am running ios14 beta5 and my apps run fine so what do we need to do now? https://developers.google.com/admob/ios/ios14... B4i Tutorial New iOS device - This app cannot be installed because integrity could not be verified - Erel    Dec 1, 2022   (12 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. I don't have a good explanation for this but when I first ran B4i-Bridge the IDE couldn't... B4i Question Lack of services in ios - red30    May 8, 2021 I wrote an application for Android and used services there for compressing photos and uploading photos to the server. Compressing a photo seems like a long enough time, especially if it is 100 photos, so I implemented it in the service so that at this moment the user can minimize the application and do other things. Can I do something like this in ios? For i=0 To uris.Size-1 Dim... services. Can I do something like this in ios?... B4i Question Error compiling project: DerivedData is not a folder - luke2012    Jan 11, 2021 Hi all, compiling a little B4X project I got this error: To solve this error I'm following the @Erel suggestion (#4 of this post https://www.b4x.com/android/forum/threads/ioexception-java-io-ioexception-users-root-library-developer-xcode-deriveddata-is-not-a-folder.119909/#post-749848). So I set the Build server in this way (note a change the user id to an example id. When I follow... I push "Create New" I got this error: 105918 My default dev env: B4i 6.80 | MacOS 11.1... Page: 1   2   3   4   5   6   7   |