Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Meteor Cookbook

You're reading from   Meteor Cookbook Build elegant full-stack web applications with Meteor, the JavaScript framework that's redefining web development

Arrow left icon
Product type Paperback
Published in May 2015
Publisher
ISBN-13 9781783280292
Length 364 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Toc

Table of Contents (14) Chapters Close

Preface 1. Optimizing Your Workflow 2. Customizing with Packages FREE CHAPTER 3. Building Great User Interfaces 4. Creating Models 5. Implementing DDP 6. Mastering Reactivity 7. Using Client Methods 8. Integrating Third-party Libraries 9. Securing Your Application 10. Working with Accounts 11. Leveraging Advanced Features 12. Creating Useful Projects Index

Deploying apps to mobile devices


What good is building single-page apps with all kinds of cool functionality if you're only going to make it available as a web page? This recipe will take you through all the steps necessary to test and deploy your app to an iOS device.

Getting ready

You need an app to complete this recipe. We will be using the app created in the Creating a complete app with Iron Router recipe found earlier in this chapter. If you don't have your own app you would like to deploy, please complete that recipe first and then come back to this one to learn how to deploy your app.

How to do it…

There are two parts to deploying your application. The first is testing it on a device while using the server-side code that has already been deployed to a production URL. The second is to prepare an app build for deployment to the App Store.

  1. First, let's set up our mobile app building environment. To deploy to an iOS device, you will need an Apple developer license, a machine running Mac OS...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime