Learning iBeacon : build proximity applications for iOS using Apple's groundbreaking iBeacon technology /
This book is intended for iOS developers who are curious to learn about iBeacon and want to start building applications for iOS. You will gain everything you need to know to master indoor location functionality using Bluetooth beacon technology. No knowledge of iBeacon is assumed.
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham, UK :
Packt Publishing,
2014.
|
Colección: | Community experience distilled.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Welcome to iBeacon; Introducing iBeacon; Hey, 'sup; Understanding range using RSSI; Compatible devices; Commercial applications of iBeacon; So many vendors, so little time; Estimote; Estimote beacons
- pros; Estimote beacons
- cons; ROXIMITY; ROXIMITY beacons
- pros; ROXIMITY beacons
- cons; RedBearLab; RedBear Beacon B1
- pros; RedBear Beacon B1
- cons; Other vendor options; Companion OS X application and website; Using the companion app; Hello world; Let's get started.
- Adding the Core Location frameworkAdding a permission message; Configuring the CLLocationManagerDelegate method; Adding a CLLocationManager instance; Preparing the UUID; Start monitoring; Line by line; Testing our code; Summary; Chapter 2: Detecting Beacons
- Showing an Advert; Uses of the UUID/major/minor broadcasting triplet; UUID
- Universally Unique Identifier; Major; Minor; Example of a use case; Understanding Core Location; The CLBeaconRegion class; The CLLocationManager class; Creating a CLLocationManager class; Defining a CLLocationManager class line by line.
- LocationManager:didEnterRegionlocationManager:didExitRegion; locationManager:didRangeBeacons:inRegion; locationManager:didChangeAuthorizationStatus; Understanding iBeacon permissions; Location permissions in iOS 8; Enabling location after denying it; Building the tutorial app; Creating the app; Adding CLOfferViewController; Setting location permission settings; Adding some controls; Setting up our root view controller; Configuring our location manager; Wiring up CLLocationManagerDelegate; Showing the advert; Dismissing the offer; Summary.
- Chapter 3: Broadcasting Advertisements
- Sending OffersIntroducing the Core Bluetooth framework; Understanding centrals and peripherals; The Core Bluetooth framework, centrals, and peripherals; The CBCentral class; The CBPeripheral class; The CBPeripheralManager class; Obtaining broadcast values from CLBeaconRegion; Measured power (TXPower); Let's get started; Adding frameworks; Setting up our controls; Creating our views; Wire up the storyboard; Setting up our view controller; Adding our switch logic; Summary; Chapter 4: Ranging Beacons
- Hunting for Treasure; There be treasure nearby.
- Understanding distanceOur application; Getting started with building our app; Drawing our initial views; Adding frameworks and project settings; Adding images; Building the root view controller; Building the treasure view controller; Finally, wire it up; Building the hunter view controller; Hunter view controller states; Imports and public properties; Private properties; Loading the view; Entering and exiting the region; Changing state; Tidying up; Being extra conscientious; Completing the code; Summary; Chapter 5: Detecting Beacons in the Background
- Location Dating; Real-life use cases.