iOS Question Installing iOS APP

Nitin Joshi

Active Member
Licensed User
What is the executable file for iOS like Android has .apk?
How do we build executable file from B4i?
How do we install a app in iphone locally?

All above questions have asked because I develop customized APPs.
 

f0raster0

Well-Known Member
Licensed User
Longtime User
What is the executable file for iOS like Android has .apk?
How do we build executable file from B4i?
How do we install a app in iphone locally?

All above questions have asked because I develop customized APPs.

All above questions have asked because I develop customized APPs.
I just install b4i-bridge in the iPhone of my clients to install my B4I App locally.
 
Upvote 0

Nitin Joshi

Active Member
Licensed User
Thanks for the feedback, however, I would like to send executable file (installation package) to iphone users like we can send .apk to android users.
 
Upvote 0

f0raster0

Well-Known Member
Licensed User
Longtime User
Thanks for the feedback, however, I would like to send executable file (installation package) to iphone users like we can send .apk to android users.
ok, then use this (Distribute your app to testers):

... like we can send .apk to android users.
please be advised you can't just send the .ipa like Android.
 
Upvote 0

aeric

Expert
Licensed User
Longtime User
You need the target phone UDID to add in the provisional profile if you use the OTA deployer tool.

The alternative way is to use TestFlight. This requires you to have an Apple Developer account and upload the build to iTunes Store then the user will be invited through email as internal tester.

Both method have limited number of device installation. If I am not mistaken 500 devices.

PS: App published to TestFlight will expired in 90 days and you need upload new update to continue testing.
 
Upvote 0
Top