Book Image

Learning Xamarin studio

By : William Smith
Book Image

Learning Xamarin studio

By: William Smith

Overview of this book

Table of Contents (16 chapters)
Learning Xamarin Studio
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Deploying iOS applications


Let's begin by looking at deploying an iOS application to the App Store.

Note

If you do not intend to develop iOS applications, or if you are not currently a member of the iOS Apps Developer Program, you can skip this walkthrough for now and come back to it whenever you're ready.

Xamarin Studio provides you with the mechanism to publish your app through any of the channels supported by Apple. These include App Store Distribution to the general public, enterprise deployment targeting in-house users, and finally ad hoc deployment for testers. Each of these scenarios requires a corresponding provisioning profile. In this walkthrough, we're going to focus on publishing your app to the App Store.

Before publishing your app, you should take the time to review the App Store Review Guidelines. These guidelines will help you avoid the frustration of being rejected for missing something obvious. For example, if your app crashes at any point during execution, it's going to...