iOS Question Can I build and install Apps to my iPad only without store provision profile ?

doraneko

Member
Licensed User
Longtime User
I want to install Apps to my iPad only. I don't need App Store.
I can build Apps with Xcode on my Mac, and install to my iPad (linked with USB) without store provision profile.
But I can NOT with B4i.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
You can run your app on the simulator without a developer account.

Running your app on a real device without a developer account is limited. The app will only work for a few days and it must be done from Xcode.
You can take the generated ObjC code and compile it from Xcode, however it will be a waste of time and you will need a developer account at some point anyway.
 
Upvote 0

doraneko

Member
Licensed User
Longtime User
Thank you for a kindness reply, Erel.
I understood, my Apps work with Swift code on Xcode, but don't work with B4i.
I will register in Apple Developer Program.
 
Upvote 0
Top