iOS Question [SOLVED] Installed successfully B4i Bridge with Hosted builder but iAdMob B4i project does not run.

hatzisn

Expert
Licensed User
Longtime User
Good morning everyone,

I use B4i v10.0 as of today. My iPhone is an iOS 15.8.4 phone and I was able to install successfully the B4i Bridge with the Hosted Builder. I tried though to run a June 2025 created B4i project that uses iAdMob and though it compiles and is downloaded with a lot of latency it does not start and I see no error message in B4i Logs. Is the iAdMob implementation altered and I need to change anything?

Thanks in advance
 
Last edited:
Solution
The error doesn't seem to be related to iAdMob. The crash happened because the debugger was stuck for too long, waiting for the IDE to send data.

1. Test it in release mode. If it still crashes then send me another crash report.
2. If it doesn't crash in release mode then the problem is related to the network.

hatzisn

Expert
Licensed User
Longtime User
I have sent you a PM with the logs.
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
The error doesn't seem to be related to iAdMob. The crash happened because the debugger was stuck for too long, waiting for the IDE to send data.

1. Test it in release mode. If it still crashes then send me another crash report.
2. If it doesn't crash in release mode then the problem is related to the network.
 
Upvote 0
Solution

hatzisn

Expert
Licensed User
Longtime User
The error doesn't seem to be related to iAdMob. The crash happened because the debugger was stuck for too long, waiting for the IDE to send data.

1. Test it in release mode. If it still crashes then send me another crash report.
2. If it doesn't crash in release mode then the problem is related to the network.

Once again you were right. I do not know how this has happened but my laptop had flipped to the 5GHz network of the router while the iPhone was in the 2.4GHz network. The result was that obviously it could not locate it.
 
Last edited:
Upvote 0
Top