How do you test a steroid app on an iphone device?

458 views Asked by At

I'm attempting to develop a steroid enhanced phoneGap app for ios. According to this AppGyver link an xcode project cannot be built from a steroid project. What is the prefered deployment method for testing steroid projects on an iphone device? Tho only way I've managed is to deploy is through the AppGyver Scanner app, which seem like a pretty clunky workflow.

1

There are 1 answers

0
harsa_ On BEST ANSWER

For local development, you should use the $ steroids connect command to run a local server and use AppGyver Scanner to connect to it; this lets you see changes you make to your HTML5 code without having to recompile the app. $ steroids deploy should only be used when you need to share your app with someone else. After you're happy with the app, the AppGyver Build Service lets you build an Ad Hoc IPA to test it out further.