iOS Question Problems with B4I-Bridge

toro1950

Active Member
Licensed User
Warm greetings to the whole community,
after making a change to my App I tried to test it, I open B4I-Bridge as usual to get the address and with
great disappointment I discover that Bai-Bridge opens but closes immediately without an error message.
What happened? How to fix it?
 
Solution
Ok... I see. So you were not successful in installing B4I Bridge. Well, the first problem may be that you are not using a wildcard app id when building B4i-Bridge. This is Important. I would first correct this problem and see if it works.


See this:



I suggest you use: b4i.nutribook.* as the package name and create a wildcard App ID with the same name.

Alex_197

Well-Known Member
Licensed User
Longtime User
Warm greetings to the whole community,
after making a change to my App I tried to test it, I open B4I-Bridge as usual to get the address and with
great disappointment I discover that Bai-Bridge opens but closes immediately without an error message.
What happened? How to fix it?
Reinstall it. Delete and install it again.
 
Upvote 0

aminoacid

Active Member
Licensed User
Longtime User
Warm greetings to the whole community,
after making a change to my App I tried to test it, I open B4I-Bridge as usual to get the address and with
great disappointment I discover that Bai-Bridge opens but closes immediately without an error message.
What happened? How to fix it?

Make sure your Certificate has not expired.
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
 
Upvote 0

aminoacid

Active Member
Licensed User
Longtime User
You "implied" that B4I bridge was working before. Did you by any chance change to a new device and not provision the UDID?
 
Upvote 0

toro1950

Active Member
Licensed User
following the instructions in Erel's link I have these results: I have two mobileprovision files: if I try to generate the BAi-Bridge app with the mobileprovision that allows me to download the Archivio.zip file that I already have on the Apple Store, as a final configuration for payment, I get the following message:
The provision profile can only be used in the Release compilation, and this seems right to me
If I use the second mobileprovision that allowed me to install the app on my iPhone, I get the following message:
error: Provisioning profile "provision" has app ID "b4i.nutribook", which does not match the bundle ID "b4i.nutribook.bridge". (in target 'B4iProject' from project 'B4iProject')
I can't understand what I have to do, my English is terrible.
I attach the configuration images
 

Attachments

  • Config.jpg
    Config.jpg
    123.5 KB · Views: 33
Upvote 0

aminoacid

Active Member
Licensed User
Longtime User
following the instructions in Erel's link I have these results: I have two mobileprovision files: if I try to generate the BAi-Bridge app with the mobileprovision that allows me to download the Archivio.zip file that I already have on the Apple Store, as a final configuration for payment, I get the following message:
The provision profile can only be used in the Release compilation, and this seems right to me
If I use the second mobileprovision that allowed me to install the app on my iPhone, I get the following message:
error: Provisioning profile "provision" has app ID "b4i.nutribook", which does not match the bundle ID "b4i.nutribook.bridge". (in target 'B4iProject' from project 'B4iProject')
I can't understand what I have to do, my English is terrible.
I attach the configuration images

I don't understand what you are trying to do here... are you still trying to setup B4I Bridge? Or were you successful in doing so and now you are trying to compile your App? Did you get B4I Bridge successfully installed? You need to take things one-step-at-a-time and accurately report the outcome so that we can understand what's going wrong.
 
Upvote 0

toro1950

Active Member
Licensed User
Summary: since the B4I-Bridge app suddenly opened and closed immediately without any error message (sich), therefore unusable, as I posted the first time, I uninstalled it and tried to reinstall it, I followed the instructions in the Erel link, or rather I think I followed them, I attach an image, but I was unable to install the app with either of the two mobileprovision files, in the previous post I reported the messages I had. It seems that some settings are missing but I can't figure out how to do i. I hope I have been exhaustive
 

Attachments

  • procedura.jpg
    procedura.jpg
    139.9 KB · Views: 28
Upvote 0

aminoacid

Active Member
Licensed User
Longtime User
Summary: since the B4I-Bridge app suddenly opened and closed immediately without any error message (sich), therefore unusable, as I posted the first time, I uninstalled it and tried to reinstall it, I followed the instructions in the Erel link, or rather I think I followed them, I attach an image, but I was unable to install the app with either of the two mobileprovision files, in the previous post I reported the messages I had. It seems that some settings are missing but I can't figure out how to do i. I hope I have been exhaustive

Ok... I see. So you were not successful in installing B4I Bridge. Well, the first problem may be that you are not using a wildcard app id when building B4i-Bridge. This is Important. I would first correct this problem and see if it works.
 
Upvote 0

aminoacid

Active Member
Licensed User
Longtime User
Ok... I see. So you were not successful in installing B4I Bridge. Well, the first problem may be that you are not using a wildcard app id when building B4i-Bridge. This is Important. I would first correct this problem and see if it works.


See this:



I suggest you use: b4i.nutribook.* as the package name and create a wildcard App ID with the same name.
 
Last edited:
Upvote 0
Solution
Top