Hi Erel,
Is it a good idea for futures project iExamples that the IDE adds a little i in front of the zip file it generates. This will take many confusions when iExamples build-up in the same computer where b4a examples reside.
Bluetooth.zip=(b4a), iBluetooth.zip=(b4i)
Are Classes going to be available in Version 1 of B4i ?
I am guessing that Services won't be available in B4i since Apple doesn't let you run the app in the background ?
B4i modules types are the same as B4J modules: static modules and classes. The programs architecture is simpler than in B4A as we don't need to deal with activities and services.
I didn't know a Apple app could send SMS messages, I thought Apple didn't allow it? Does it generate the SMS and then open the message app for you to press the send button on the device or does it send the SMS in the background within the app ?
About the SMS, it opens the SMS form inside the app with the content that you provide. The user can change or cancel the message. The email functionality is similar.