iOS Question B4i-Bridge on Ipad

toro1950

Active Member
Licensed User
I uploaded my app to Apple Store and put it in review, it was rejected with the following message:
Several screens of the app were crowded, laid out, or displayed in a way that made it difficult to use the app
when reviewed on iPad Air (5th generation) running iOS 18.3.1.
Unfortunately I don't have an iPad and right now I can't afford it, I have a friend who has an iPad and is willing
to lend it to me, it's not an iPad Air but I think it could work. How can I test my App on the iPad? I definitely have to
install B4I-Bridge, I don't remember exactly how I installed it on the iPhone. Can anyone help me?
 
Solution
1. There isn't any configuration difference between iPad or iPhone.
2. Note that there are online services that allow you to somewhat test your app on other devices. This is done with Tools - Build Server - Build simulator release app. And then upload the IPA to this service (I don't remember its name but you can find it in the forum).

3. Adding a device:
a. Get its UDID
b. Add it to your app id in the developer console.
c. Create and download a new provision profile.

You will be asked to allow the developer option on the first run.

Erel

B4X founder
Staff member
Licensed User
Longtime User
1. There isn't any configuration difference between iPad or iPhone.
2. Note that there are online services that allow you to somewhat test your app on other devices. This is done with Tools - Build Server - Build simulator release app. And then upload the IPA to this service (I don't remember its name but you can find it in the forum).

3. Adding a device:
a. Get its UDID
b. Add it to your app id in the developer console.
c. Create and download a new provision profile.

You will be asked to allow the developer option on the first run.
 
Upvote 0
Solution
Top