What's New in Core Location - WWDC 2015

19
What's New in Core Location Kosuke Ogawa (@koogawa) 2015.7.7 WWDC 2015 情報共有会 #WWDC21cafe

Transcript of What's New in Core Location - WWDC 2015

Page 1: What's New in Core Location - WWDC 2015

What's New in Core Location

Kosuke Ogawa (@koogawa) 2015.7.7 WWDC 2015 情報共有会 #WWDC21cafe

Page 2: What's New in Core Location - WWDC 2015

• 小川航佑 Kosuke Ogawa • @koogawa • フリーランス • iOSアプリを仕事・趣味でいろいろ開発

60万DL突破! 20万DL突破!

Page 3: What's New in Core Location - WWDC 2015

Background location

Page 4: What's New in Core Location - WWDC 2015

Capabilities > Background Modes > Location updates

Page 5: What's New in Core Location - WWDC 2015

• バックグラウンドで位置情報を更新するにはYES

• デフォルトではNO

Page 6: What's New in Core Location - WWDC 2015

Single location

Page 7: What's New in Core Location - WWDC 2015

• 一度だけの位置情報取得が可能に

• iOSとwatchOS 2で利用可能

• 成功時:locationManager:didUpdateLocations:

• 失敗時:locationManager:didFailWithError:

Page 8: What's New in Core Location - WWDC 2015

Authorization

Page 9: What's New in Core Location - WWDC 2015

Request Authorization

• requestWhenInUseAuthorization

• requestAlwaysAuthorization

Page 10: What's New in Core Location - WWDC 2015

Apple Watch

• watchOS 2からWatch単体で位置情報が取得できるように

• 許可を求める際のフローが変わっている

Page 11: What's New in Core Location - WWDC 2015

iPhoneで許可する場合

Page 12: What's New in Core Location - WWDC 2015

Apple Watchで許可する場合

Page 13: What's New in Core Location - WWDC 2015

Apple Watch: Best practice

Page 14: What's New in Core Location - WWDC 2015
Page 15: What's New in Core Location - WWDC 2015
Page 16: What's New in Core Location - WWDC 2015
Page 17: What's New in Core Location - WWDC 2015

watchOS 2~• startUpdatingLocation などの継続的に位置情報を取得するメソッドが使えない(deprecatedではなく使用不可)

• requestLocation を使う必要がある

• 継続的に取得したい場合は Watch Connectivity を使う

Page 18: What's New in Core Location - WWDC 2015

参考資料• What's New in Core Locationhttps://developer.apple.com/videos/wwdc/2015/?id=714

• PotLoc: CoreLocation with iPhone and Apple Watchhttps://developer.apple.com/library/prerelease/watchos/samplecode/PotLoc/Introduction/Intro.html

Page 19: What's New in Core Location - WWDC 2015

ありがとう ございました