Generating and publishing your native iOS application.

Generate Web Application

Generate web application as you would normally do using Iron Speed Designer and deploy it to production server where it will be hosted. You would need deployed application URL to create native iOS application package. Make sure to generate mobile pages as they would be used when navigation from the mobile device

Generate iOS application package

Use Deployment Wizard “Generate iOS Application” to create iOS application package

Use XCode to publish iOS application

To publish iOS application, you will need a machine with Apple OS installed on it.

1.       Log in to your Apple computer

2.       Download Xcode v5.1 or above using App Store on your Apple machine (See the screenshot below)

a.       Open App Store on your Mac

b.      Search with the keyword Xcode

c.       Download it

3.       Open Xcode

4.       Copy a deployment folder generated using Iron Speed Designer to your Mac

5.       Now open a file with extension <AppName>.xcodeproj from the deployment folder

6.       Your application is ready to build and run

7.       Choose iOS device as shown in the screenshot to run an application using simulator

8.       Click on the Run button

9.       In order to run an application on your mobile Apple device such as iPhone, follow the instruction from the document below. Look at the section named as “Run Your App on a Connected Device”

https://developer.apple.com/library/ios/documentation/ToolsLanguages/Conceptual/Xcode_Overview/RunYourApp/RunYourApp.html

 

Submit your application to App Store

Follow the below document to distribute your application:

https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/Introduction/Introduction.html

Development of an application has been done. Pay close attention to enrollment to Apple Developer Program, prepare application for distribution and submit and release app.

See Also

Generating An iOS Application