Book Image

Xamarin Cross-platform Application Development

By : Jonathan Peppers
Book Image

Xamarin Cross-platform Application Development

By: Jonathan Peppers

Overview of this book

<p>Developing a mobile application for just one platform is becoming a thing of the past. Companies expect their apps to be supported on both iOS and Android, whilst leveraging the best native features of both. Xamarin’s tools help solve this requirement by giving developers a single toolset to target both platforms.</p> <p>"Xamarin Cross-platform Application Development" is a step-by-step guide for building professional applications for iOS and Android. The book walks you through building a chat application, complete with a backend web service and native features such as GPS location, camera, and push notifications.</p> <p>This book begins with iOS and Android application fundamentals, then moves on to sharing code, and eventually digs deeper into native functionality. By the end of the book, readers will have successfully built a cross-platform application ready for submitting to app stores. You will gain an in-depth knowledge about the concepts of building cross platform applications.</p> <p>"Xamarin Cross-platform Application Development" also covers native iOS and Android APIs, unit testing, building a real web service with Windows Azure, push notifications, interacting with the camera and GPS, leveraging Java and Objective-C libraries, and finally app store submission. Towards the end of the book you will feel confident in developing your own Xamarin applications.</p> <p>"Xamarin Cross-platform Application Development" will teach you everything you need to know to develop an end-to-end, cross-platform solution with Xamarin.</p>
Table of Contents (18 chapters)
Xamarin Cross-platform Application Development
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

iOS provisioning


Apple has a strict process for deploying applications to iOS devices. While being quite convoluted and sometimes painful for developers, Apple can enable a certain level of security by preventing the average user from sideloading potentially malicious applications.

Before we can deploy our application to an iOS device, there are a few things we will need to set up in the iOS Dev Center. We will begin by creating an App ID or bundle ID for your account. This is the primary identifier for any iOS application.

Begin by navigating to http://developer.apple.com and perform the following steps:

  1. Click on the iOS Dev Center link.

  2. Sign in with your developer account.

  3. Click on Certificates, Identifiers, & Profiles on the right-hand side navigation.

  4. Click on Identifiers.

  5. Click on the plus button to add a new Apple ID.

  6. In the Name field, enter something meaningful such as YourCompanyWildcard.

  7. Select the Wildcard App ID radio button.

  8. In the Bundle ID field, select a reverse domain styled name...