Hi jecaron, just to sum up what Alex said and some additional info.
Publishing an app on the AppStore is quite complex, especially if you are on Windows:
- If you wish to publish an iOS app on the Apple AppStore you need a developer license: https://developer.apple.com/programs/
- To build an iOS app on a Windows machine you need to use some build service, like PhoneGap Build: https://build.phonegap.com/
- To use the cordova-ble plugin with PhoneGap Build is not yet tested by us. It may not work out-of-the-box.
- If you have a friend or colleague who has an OSX machine, you can install Cordova on that machine and build it yourself. You could also get a low-end Mac, like a second hand Mac Mini. There are also companies that can build and publish the app for your.
The above said, another way to publish your work, is to put the code files on a web server, and ask your users to install Evothings Client and enter the web address to your app. This way they can run your app without you having to publish it on the AppStore. How to do this is described here:
https://evothings.com/doc/raw/build/sha ... ingsClientBest regards, Mikael