Search code examples
xcodehybrid-mobile-app

Hybrid app with native iOS features


I'm trying to build a hybrid app with some native features like geotagging, notifications and offline storage. So far in my research I got the feeling that I will need xCode to access the native features on iOS.
Is there a way that I can skip that step? I have found that Cordova API, supports native features with JavaScript, but also I have found some contradicting statements witch suggest that I also need to also use xCode.
Thank you


Solution

  • If you want to build an iOS-App you'll need Xcode's command line tools to build, run and deploy your App. So you can't skip this step.