iOS Question B4I Bridge is no longer available

Alex_197

Well-Known Member
Licensed User
Longtime User
I installed the new b4i version 10.0.

When I clicked on a bridge icon it tells that Bridge is no longer available. So I deleted it and tried to reinstall it.
I scanned a QR Code with phone camera, the page with a button appears but when I click on this button nothing happened.

The Apple developer account renewal date is March 29 2026.

The iOS version is 18.6.2.

I have the same message on my another phone with iOS version 15.8.4. When I click on Bridge install button I see the message buider1.b4x.com want to install and to options Cancel and Install. If I click Install it does the installation but when I click on Bridge icon it tells me that this application requires a newer version of iOS.

What am I doing wrong?

Thanks.
 
Last edited:

Alex_197

Well-Known Member
Licensed User
Longtime User
Sounds like the certificate has expired, it is not related to the developer account renewal date.

Best to create a new certificate and provision profile.
The certificate was renewed last month with provision profile

The certificate Expiration Date is 2026/10/31.
 
Last edited:
Upvote 0

Alex_197

Well-Known Member
Licensed User
Longtime User
Make sure that #MinVersion is set to 15 when you build B4i-Bridge.
I just reinstalled the certificate and provision profile.

B4X:
#Region  Project Attributes
    #ApplicationLabel: Bridge Test
    #Version: 1.0.0
    'Orientation possible values: Portrait, LandscapeLeft, LandscapeRight and PortraitUpsideDown
    #iPhoneOrientations: Portrait, LandscapeLeft, LandscapeRight
    #iPadOrientations: Portrait, LandscapeLeft, LandscapeRight, PortraitUpsideDown
    #Target: iPhone, iPad
    #ATSEnabled: True
    #MinVersion: 16
    #ProvisionFile: EVVProfile.mobileprovision

   
#End Region

I even tried to change it to 15 - the same issue.

When I click on a button Install App - nothing happens.
 
Upvote 0

Alex_197

Well-Known Member
Licensed User
Longtime User
Is developer mode enabled: https://www.b4x.com/android/forum/t...tegrity-could-not-be-verified.144525/#content ?

Are you 100% sure that the device UDID is in the provision profile?
Yes 100%. I double checked the UDID of this phone - I used the iTunes to see the phone UDID and checked with the UDID on the devices list that I used when I created provision profile. By the way, maybe it's related - the cloudfare is down - Cloudflare Global Network experiencing issues.
 
Upvote 0

Alex_197

Well-Known Member
Licensed User
Longtime User
I also installed the UDID profile on this phone to check the UDID and again - it's the same UDID that I have on a devices list in my provision profile. Still the same problem - if I click on Install button nothing happens.
 
Upvote 0
Top