I am planning to add some features to my CodenameOne app that are available only through the Native Interface.
I would put a zipped Swift framework in the native folder as explained in this discussion
then the Swift code is called from Obj-C code as usual for the Generated Native Interface, being eventually consumed by Java code.
My Swift code is from a iOS 14 SwiftUI app. The framework could be modified not to exploit the newest methods traces because the functionality is not new, just I used new methods' signatures.
I wonder, in the broader sense, if the CodenameOne app too would be limited to iOS 14 without changing the methods or signatures.
I think so, but I do not even know what iOS versions would be targeted by my CodenameOne app in its present form.
Thanks in advance