iOS Question App wont install on IPhone 15

GeoffT660

Active Member
Licensed User
Longtime User
I just started working on my b4i app after taking a few months off and now my app won't install on my IPhone 15 running IOS 18.3.1 using the b4i bridge over wifi. The bridge shows connected and everything appears to compile perfectly without issue or errors but then the IDE shows the message "Make sure that B4i-Bridge is started (192.168.50.55)" even though it is still connected. I don't get the install prompt and nothing is installed. This installs and runs perfectly on my IPhone XS running IOS 16.6. I've tried this on both b4i 8.5/java 18 and also b4i 8.8/java 19.0.2. Was working on both phones last time I was working on it. Any ideas on how to resolve this issue on my IPhone 15 would be greatly appreciated.
 

GeoffT660

Active Member
Licensed User
Longtime User
Thanks for the suggestions. They are both on the same wifi and b4i bridge indicates it has a connection but then says to check my connection after it compiles. Just switching IP's allows me to install on my IPhone XS without an issue and I can see both IPhones listed under the Device IP Address option. I am using the hosted builder if that makes any difference.
 
Upvote 0

aeric

Expert
Licensed User
Longtime User
Try edit the MinVersion to 11 or other values
B4X:
#MinVersion: 11
 
Upvote 0

GeoffT660

Active Member
Licensed User
Longtime User
Try edit the MinVersion to 11 or other values
B4X:
#MinVersion: 11
Thanks for the suggestion. My MinVersion is set to 12 and installs on my IPhone XS with Ios version 16.6. I did try MinVersion: 11 but no change in the result.
 
Upvote 0

GeoffT660

Active Member
Licensed User
Longtime User
That does work. Thank you very much! Still not sure why the traditional B4i-Bridge install method fails on the IPhone 15 but works on the XS but I am fine with the work-around.
 
Upvote 0
Top