Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Core Location in iOS 9
Search
Rob Pearson
September 01, 2015
Programming
1
59
Core Location in iOS 9
Lightning talk on Core Location changes in iOS 9 presented at Brisbane Cocoaheads.
Rob Pearson
September 01, 2015
Tweet
Share
More Decks by Rob Pearson
See All by Rob Pearson
Help your users fall into the pit of success
robpearson
1
180
Designing interfaces that don't suck when your customers scale!
robpearson
0
39
Designing interfaces that don't suck when your customers scale!
robpearson
1
28
Designing interfaces that don't suck when your customers scale!
robpearson
0
51
.NET Deployment Strategies: The Good, Bad and Ugly
robpearson
0
130
Concept to Cash
robpearson
1
110
Brisbane Cocoaheads Intro/News for December 2015
robpearson
0
49
Brisbane Cocoaheads Intro/News for October 2015
robpearson
0
64
Brisbane Cocoaheads Intro/News for August 2015
robpearson
0
75
Other Decks in Programming
See All in Programming
いま中途半端なSwift 6対応をするより、Default ActorやApproachable Concurrencyを有効にしてからでいいんじゃない?
yimajo
2
340
overlayPreferenceValue で実現する ピュア SwiftUI な AdMob ネイティブ広告
uhucream
0
110
dynamic!
moro
9
6.5k
ABEMAモバイルアプリが Kotlin Multiplatformと歩んだ5年 ─ 導入と運用、成功と課題 / iOSDC 2025
akkyie
0
330
Web フロントエンドエンジニアに開かれる AI Agent プロダクト開発 - Vercel AI SDK を観察して AI Agent と仲良くなろう! #FEC余熱NIGHT
izumin5210
3
400
猫と暮らすネットワークカメラ生活🐈 ~Vision frameworkでペットを愛でよう~ / iOSDC Japan 2025
yutailang0119
0
220
CSC509 Lecture 05
javiergs
PRO
0
300
Railsだからできる 例外業務に禍根を残さない 設定設計パターン
ei_ei_eiichi
0
300
2分台で1500examples完走!爆速CIを支える環境構築術 - Kaigi on Rails 2025
falcon8823
3
3.2k
育てるアーキテクチャ:戦い抜くPythonマイクロサービスの設計と進化戦略
fujidomoe
1
150
After go func(): Goroutines Through a Beginner’s Eye
97vaibhav
0
230
iOS 17で追加されたSubscriptionStoreView を利用して5分でサブスク実装チャレンジ
natmark
0
590
Featured
See All Featured
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.9k
Designing Experiences People Love
moore
142
24k
Documentation Writing (for coders)
carmenintech
75
5k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
GitHub's CSS Performance
jonrohan
1032
460k
Fireside Chat
paigeccino
40
3.7k
Designing for Performance
lara
610
69k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
The Straight Up "How To Draw Better" Workshop
denniskardys
237
140k
Building Adaptive Systems
keathley
43
2.8k
How to Think Like a Performance Engineer
csswizardry
27
2k
Scaling GitHub
holman
463
140k
Transcript
Core Location 1 September 2015 @robpearson
Agenda
Core Location in iOS 9
Agenda • Background updates • locationManager.requestLocation() • Apple Watch updates
WWDC Video https://developer.apple.com/videos/wwdc/2015/?id=714
locationManager .requestLocation()
requestLocation() • Starts • Thresholds • Calls Delegate once •
Stops
Apple Watch
Foreground Only
Authorization Request on Watch • Apple Watch Shows Alert •
iPhone Shows Prompt • Answer on iPhone
requestLocation() Works very well w/ iPhone or standalone
Apple Watch Continuous Location monitoring ...
Questions