LoginSignup
0
2

More than 5 years have passed since last update.

cordova-plugin-ibeaconのバックグラウンド関連忘備録

Last updated at Posted at 2018-07-14

cordovaでのiBeaconバックグラウンドここがミソ

MonacaにてiOS、Androidのとあるアプリを開発・苦戦中です。

なんとかバックグラウンド状態でのdidEnterRegion・didExitRegion感知にこぎつけたので寝て忘れる前にメモ。

アプリをkillしたとき

iOSは動い続けるけどAndroidは死亡する
https://altbeacon.github.io/android-beacon-library/resume-after-terminate.html

Angular使うならcontrollerの中にビーコン処理書いちゃダメ

iOSでアプリをkillしたとき。感知すると内部的にアプリを起動するそうな。でもcontrollerの中にビーコンのdelegateとかがあるとたどり着けない

didExitRegionが呼ばれるまでに

Androidは約12秒、iOSは約35~40秒かかる

ここに来るまで3人日は使ったなあ~

0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2