Book description
Summary
Barcodes with iOS is the first and only book that comprehensively addresses barcode technology for the iOS developer. It offers an introduction to commonly used formats, such as ISBN and UPC codes, and provides real-world examples that teach you how to integrate code scanning and generation into your apps. This book consolidates information about applicable Apple frameworks in one place, so you can quickly add native barcode support to your existing enterprise apps or start building new apps that help bring together the physical and digital worlds.
About the Technology
Barcodes are a universal way to track and share information, appearing on everything from cereal boxes to shop windows. Starting with iOS 7, Apple has added native features for building apps that scan, display, and print barcodes, eliminating the need for third-party libraries.
About this Book
Barcodes with iOS teaches you how to effectively use barcodes in your iOS apps. You’ll master Apple’s new barcode frameworks while you explore real-world examples that integrate code scanning and generation and metadata retrieval into your apps. Along the way, you’ll pick up numerous best practices for bringing together the physical and digital worlds.
This book is written for readers with a working knowledge of Objective-C and iOS app development.
What’s Inside
Learn about all barcode formats supported by iOS
Native barcode scanning with AV Foundation
Using Core Image and BarCodeKit to produce a wide range of barcodes
Printing to sheets and labels with AirPrint
Retrieving metadata for products with NSURLSession and NSURLProtocol
Harnessing context information from Core Location and iBeacons
About the Author
Oliver Drobnik is an independent consultant specializing in custom iOS and Mac development.
Table of contents
- Copyright
- Brief Table of Contents
- Table of Contents
- Preface
- Acknowledgments
- About this Book
- About the Cover Illustration
- Chapter 1. Barcodes, iOS, and you
- Chapter 2. Media capture with AV Foundation
- Chapter 3. Scanning barcodes
- Chapter 4. Passbook, Apple’s digital wallet
- Chapter 5. Generating barcodes
- Chapter 6. Getting metadata for barcodes
- Chapter 7. Putting barcodes in context
- Appendix A. History of the UPC
- Appendix B. GTIN prefix ranges
- Appendix C. GS1-128 application identifiers
- Index
- List of Figures
- List of Tables
Product information
- Title: Barcodes with iOS: Bringing together the digital and physical worlds
- Author(s):
- Release date: January 2015
- Publisher(s): Manning Publications
- ISBN: None
You might also like
book
Python Crash Course, 3rd Edition
Python Crash Course is the world's best-selling guide to the Python guide programming language, with over …
book
Learning SQL, 3rd Edition
As data floods into your company, you need to put it to work right away—and SQL …
book
Lua Quick Start Guide
The easiest way to learn Lua programming Key Features The easiest way to learn Lua coding …
book
Test Driven Development: By Example
Quite simply, test-driven development is meant to eliminate fear in application development. While some fear is …