Hi, a potential client has asked me for a project that must work on devices with both systems.
I have never done anything for iOS, my questions are:
a) With B4A can I make the project for both?
b) Do I need any hardware for iOS?
c) Any thread/topic explaining everything that needs to be taken into account to make it work on both systems?
Thank you very much to anyone who can give me advice.
B4i allows you to easily develop native iOS (iPad and iPhone) apps. B4i follows the same concepts as B4A, allowing you to reuse most of the code and build apps for both Android and iOS. This is the only development tool that allows you to develop native iOS apps without a local Mac computer.
The code basis is cross-platform, but you have to maintain the designer manually in B4A and B4I, but you can copy paste between the B4A and B4I designer. It makes sense to use B4X views to simplify the whole process.